xserver xorg 1.4.2: try harder to get xcalibrate enabled
authorKoen Kooi <koen@openembedded.org>
Wed, 29 Oct 2008 18:03:15 +0000 (19:03 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 29 Oct 2008 18:03:15 +0000 (19:03 +0100)
packages/xorg-xserver/files/xcalibrate-xorg.diff [new file with mode: 0644]
packages/xorg-xserver/xserver-xorg_1.4.2.bb

diff --git a/packages/xorg-xserver/files/xcalibrate-xorg.diff b/packages/xorg-xserver/files/xcalibrate-xorg.diff
new file mode 100644 (file)
index 0000000..65121ef
--- /dev/null
@@ -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
index 3f53002..1abac84 100644 (file)
@@ -3,14 +3,14 @@ require xorg-xserver-common.inc
 DESCRIPTION = "the X.Org X server"
 DEPENDS += "pixman"
 PE = "1"
-PR = "r7"
+PR = "r8"
 
 SRC_URI += "file://drmfix.patch;patch=1 \
             file://pkgconfig_fix.patch;patch=1 \
-            file://sysroot_fix.patch;patch=1"
+            file://sysroot_fix.patch;patch=1 \
+            file://xcalibrate-xorg.diff \
+"
 
 MESA_VER = "7.0.2"
 
-EXTRA_OECONF += " ac_cv_file__usr_share_sgml_X11_defs_ent=no "
-
 export LDFLAGS += " -ldl "