xcalibrate: patch cvs to build against X11R7.0
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 12 Mar 2006 15:35:23 +0000 (15:35 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 12 Mar 2006 15:35:23 +0000 (15:35 +0000)
packages/xcalibrate/xcalibrate/.mtn2git_empty [new file with mode: 0644]
packages/xcalibrate/xcalibrate/xextproto.patch [new file with mode: 0644]
packages/xcalibrate/xcalibrate_cvs.bb

diff --git a/packages/xcalibrate/xcalibrate/.mtn2git_empty b/packages/xcalibrate/xcalibrate/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/xcalibrate/xcalibrate/xextproto.patch b/packages/xcalibrate/xcalibrate/xextproto.patch
new file mode 100644 (file)
index 0000000..cb190c0
--- /dev/null
@@ -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])
index ab2b076..ea69ec6 100644 (file)
@@ -5,7 +5,8 @@ PRIORITY = "optional"
 DEPENDS = "libx11 xcalibrateext libxext"
 DESCRIPTION = "XCalibrate client-side library"
 
-SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate"
+SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=XCalibrate \
+          file://xextproto.patch;patch=1"
 S = "${WORKDIR}/XCalibrate"
 
 inherit autotools pkgconfig