diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-10-23 13:57:37 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-10-23 13:57:37 +0000 |
commit | 3319403477557bd454a228f3b26f24c8905ba56f (patch) | |
tree | 4efe547e4574b22c18415c40875b3d688d0678bf /lib/libGL/dri/i915 | |
parent | 96be25e2f72b0c20bc9d205ff4bcbdd467872ae8 (diff) |
Build system updates for Mesa 7.10.3
Diffstat (limited to 'lib/libGL/dri/i915')
-rw-r--r-- | lib/libGL/dri/i915/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libGL/dri/i915/Makefile b/lib/libGL/dri/i915/Makefile index 130c759f5..f308e2afb 100644 --- a/lib/libGL/dri/i915/Makefile +++ b/lib/libGL/dri/i915/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2010/05/22 20:14:14 matthieu Exp $ +# $OpenBSD: Makefile,v 1.7 2011/10/23 13:57:36 matthieu Exp $ LIB= i915_dri.so @@ -14,6 +14,7 @@ DRIVER_SOURCES = \ intel_batchbuffer.c \ intel_clear.c \ intel_extensions.c \ + intel_extensions_es2.c \ intel_mipmap_tree.c \ intel_tex_layout.c \ intel_tex_image.c \ |