aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-xserver/files/xcalibrate-xorg.diff
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-xserver/files/xcalibrate-xorg.diff')
-rw-r--r--recipes/xorg-xserver/files/xcalibrate-xorg.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/files/xcalibrate-xorg.diff b/recipes/xorg-xserver/files/xcalibrate-xorg.diff
new file mode 100644
index 0000000000..65121efc3b
--- /dev/null
+++ b/recipes/xorg-xserver/files/xcalibrate-xorg.diff
@@ -0,0 +1,11 @@
+--- /tmp/configure.ac 2008-10-29 18:53:23.000000000 +0100
++++ xorg-server-1.4.2/configure.ac 2008-10-29 18:53:40.000000000 +0100
+@@ -865,7 +865,7 @@
+ FONTPATH="built-ins"
+ fi
+
+-if test "x$XCALIBRATE" = xyes && test "$KDRIVE" = yes; then
++if test "x$XCALIBRATE" = xyes ; then
+ AC_DEFINE(XCALIBRATE, 1, [Build XCalibrate extension])
+ REQUIRED_MODULES="$REQUIRED_MODULES xcalibrateproto"
+ else