gallium-intel: Create a i965_dri.so symlink

This is only used for debuging the gem backend on i965
	chipset using the softpipe pipe driver.

	Usage: "export INTEL_SOFTPIPE=y" and point LIBGL_DRIVERS_PATH
	to "$MESA/lib/gallium" where $MESA is the mesa root.
This commit is contained in:
Jakob Bornecrantz
2009-04-28 12:56:21 +01:00
parent c9b336bc93
commit aef3bccbda
+3 -1
View File
@@ -20,4 +20,6 @@ include ../../Makefile.template
DRI_LIB_DEPS += -ldrm_intel
symlinks:
symlinks: $(TOP)/$(LIB_DIR)/gallium
@rm -f $(TOP)/lib/gallium/i965_dri.so
ln -s i915_dri.so $(TOP)/lib/gallium/i965_dri.so