summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-sunffb/files/dri.patch')
-rw-r--r--x11-drivers/xf86-video-sunffb/files/dri.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sunffb/files/dri.patch b/x11-drivers/xf86-video-sunffb/files/dri.patch
new file mode 100644
index 000000000000..c717732f1f89
--- /dev/null
+++ b/x11-drivers/xf86-video-sunffb/files/dri.patch
@@ -0,0 +1,12 @@
+diff -urN xf86-video-sunffb-0.0_pre20050726.orig/configure.ac xf86-video-sunffb-0.0_pre20050726/configure.ac
+--- xf86-video-sunffb-0.0_pre20050726.orig/configure.ac 2005-07-26 16:36:05.000000000 -0700
++++ xf86-video-sunffb-0.0_pre20050726/configure.ac 2005-07-27 13:50:24.000000000 -0700
+@@ -82,7 +82,7 @@
+
+ AM_CONDITIONAL(DRI, test x$DRI = xyes)
+ if test "$DRI" = yes; then
+- PKG_CHECK_MODULES(DRI, [libdrm])
++ PKG_CHECK_MODULES(DRI, [libdrm xf86driproto])
+ AC_DEFINE(XF86DRI,1,[Enable DRI driver support])
+ AC_DEFINE(XF86DRI_DEVEL,1,[Enable developmental DRI driver support])
+ fi