summaryrefslogtreecommitdiffstats
path: root/graphics/libGL/files-old/patch-src__egl__drivers__glx__Makefile.in
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-10-06 07:10:54 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2014-10-06 07:10:54 +0800
commit5f390bf7cde65d9c54180c7b4042be0c24636588 (patch)
treed3d4d5c9535a1723a91aaba3a7ed2fc0ff6c82d1 /graphics/libGL/files-old/patch-src__egl__drivers__glx__Makefile.in
parentd347ba212d4966027efd8bd50507b47bf0579ddf (diff)
downloadxorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar
xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar.gz
xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar.bz2
xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar.lz
xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar.xz
xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.tar.zst
xorg-devel-ports-5f390bf7cde65d9c54180c7b4042be0c24636588.zip
Import Mesa work from experimental to trunk.
Features: Default mesa updated to 9.1.7. New mesa updated to 10.3.0. Drop usage of WITH_NEW_XORG, instead have WITH_NEW_MESA. This is not really intended as a user operated flag. It is used to switch to mesa 10.3.0 when i915kms hw context support is found based on OSVERSION. Radeon user might set this because radeonkms works fine with the new mesa. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1529 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'graphics/libGL/files-old/patch-src__egl__drivers__glx__Makefile.in')
-rw-r--r--graphics/libGL/files-old/patch-src__egl__drivers__glx__Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/libGL/files-old/patch-src__egl__drivers__glx__Makefile.in b/graphics/libGL/files-old/patch-src__egl__drivers__glx__Makefile.in
new file mode 100644
index 0000000..7010717
--- /dev/null
+++ b/graphics/libGL/files-old/patch-src__egl__drivers__glx__Makefile.in
@@ -0,0 +1,19 @@
+--- src/egl/drivers/glx/Makefile.in.orig 2014-05-20 21:15:30.000000000 +0200
++++ src/egl/drivers/glx/Makefile.in 2014-05-20 21:16:33.000000000 +0200
+@@ -273,6 +273,8 @@
+ LIBTOOL = @LIBTOOL@
+ LIBUDEV_CFLAGS = @LIBUDEV_CFLAGS@
+ LIBUDEV_LIBS = @LIBUDEV_LIBS@
++LIBDEVQ_CFLAGS = @LIBDEVQ_CFLAGS@
++LIBDEVQ_LIBS = @LIBDEVQ_LIBS@
+ LIB_DIR = @LIB_DIR@
+ LIPO = @LIPO@
+ LLVM_BINDIR = @LLVM_BINDIR@
+@@ -442,6 +444,7 @@
+ noinst_LTLIBRARIES = libegl_glx.la
+ libegl_glx_la_SOURCES = egl_glx.c
+ libegl_glx_la_LIBADD = \
++ $(LIBDEVQ_LIBS) \
+ $(EGL_LIB_DEPS)
+
+ all: all-am