mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
gallium: replace lib with $(LIB_DIR)
This commit is contained in:
parent
9b3d748f02
commit
c8c0953294
1 changed files with 2 additions and 2 deletions
|
|
@ -21,5 +21,5 @@ include ../../Makefile.template
|
|||
DRI_LIB_DEPS += -ldrm_intel
|
||||
|
||||
symlinks: $(TOP)/$(LIB_DIR)/gallium
|
||||
@rm -f $(TOP)/lib/gallium/i965_dri.so
|
||||
ln -s i915_dri.so $(TOP)/lib/gallium/i965_dri.so
|
||||
@rm -f $(TOP)/$(LIB_DIR)/gallium/i965_dri.so
|
||||
ln -s i915_dri.so $(TOP)/$(LIB_DIR)/gallium/i965_dri.so
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue