aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xcalibrate/xcalibrate/xextproto.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xcalibrate/xcalibrate/xextproto.patch')
-rw-r--r--recipes/xcalibrate/xcalibrate/xextproto.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xcalibrate/xcalibrate/xextproto.patch b/recipes/xcalibrate/xcalibrate/xextproto.patch
new file mode 100644
index 0000000000..cb190c073b
--- /dev/null
+++ b/recipes/xcalibrate/xcalibrate/xextproto.patch
@@ -0,0 +1,11 @@
+--- XCalibrate/configure.ac.orig 2006-03-08 14:57:07.000000000 +0100
++++ XCalibrate/configure.ac 2006-03-08 14:57:14.000000000 +0100
+@@ -7,7 +7,7 @@
+ AC_PROG_LIBTOOL
+
+ # Check for X
+-PKG_CHECK_MODULES(XCALIBRATE, x11 xextensions xcalibrateext)
++PKG_CHECK_MODULES(XCALIBRATE, x11 xextproto xcalibrateext)
+
+ AC_OUTPUT([Makefile
+ xcalibrate.pc])