summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/dri/intel
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@aurora.(none)>2008-07-11 20:01:33 +0200
committerJakob Bornecrantz <jakob@aurora.(none)>2008-07-11 20:09:52 +0200
commit6e938e4f82755c20472532907cc47c2d501aaee2 (patch)
tree4b59d00f32b68baf4ad0ca91eacc44ab81965115 /src/gallium/winsys/dri/intel
parent5de823c00b484b435eb85f2f9360eb669b768a28 (diff)
gallium: Make dri drivers create a egl_name_dri.so if supported
Diffstat (limited to 'src/gallium/winsys/dri/intel')
-rw-r--r--src/gallium/winsys/dri/intel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/dri/intel/Makefile b/src/gallium/winsys/dri/intel/Makefile
index 5b51f0815d..e0716ea28e 100644
--- a/src/gallium/winsys/dri/intel/Makefile
+++ b/src/gallium/winsys/dri/intel/Makefile
@@ -3,6 +3,7 @@ TOP = ../../../../..
include $(TOP)/configs/current
LIBNAME = i915_dri.so
+LIBNAME_EGL = egl_i915_dri.so
PIPE_DRIVERS = \
$(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \