]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-kdrive-xomap: Bandaid for configure issues and modern autotools
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 9 Jun 2010 11:56:21 +0000 (12:56 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 9 Jun 2010 11:56:21 +0000 (12:56 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/xorg-xserver/xserver-kdrive-xomap/configfix.patch [new file with mode: 0644]
meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb

diff --git a/meta/packages/xorg-xserver/xserver-kdrive-xomap/configfix.patch b/meta/packages/xorg-xserver/xserver-kdrive-xomap/configfix.patch
new file mode 100644 (file)
index 0000000..ada8f3a
--- /dev/null
@@ -0,0 +1,15 @@
+Index: xorg-server-1.1.99.3/configure.ac
+===================================================================
+--- xorg-server-1.1.99.3.orig/configure.ac     2010-06-09 12:52:26.000000000 +0100
++++ xorg-server-1.1.99.3/configure.ac  2010-06-09 12:52:51.000000000 +0100
+@@ -1731,7 +1731,9 @@
+ DIX_CFLAGS="-DHAVE_DIX_CONFIG_H"
+ AC_SUBST([DIX_CFLAGS])
+-AC_SUBST([libdir exec_prefix prefix])
++AC_SUBST([libdir])
++AC_SUBST([exec_prefix])
++AC_SUBST([prefix])
+ # Man page sections - used in config utils & generating man pages
+ XORG_MANPAGE_SECTIONS
index bbec18fbd782b27b7f5aa1cf3c67a41a2c915d77..d1e955f9d3788d82017614ce27e13da78f5592b0 100644 (file)
@@ -24,6 +24,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/xorg-server_1.1
        file://button_only.patch;patch=1 \
        file://calibrateext.patch;patch=1 \
        file://disable-xkb.patch;patch=1 \
+       file://configfix.patch;patch=1 \
        file://xcalibrate_coords.patch;patch=1"
 #      file://kdrive-evdev.patch;patch=1  \
 #      file://kdrive-use-evdev.patch;patch=1  \