diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-06-11 19:12:48 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-06-11 19:12:48 +0000 |
commit | b76702c13a93e055503201c2003ea2dd90c5923a (patch) | |
tree | effc6fa117395999fb315cdd329057b0db87da7e | |
parent | 00a293b3606260e5dabdf0403a59115b3cc9e132 (diff) |
xserver-kdrive-1.3.0.0: Fixed for new autotools.
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive-1.3.0.0/autotools.patch | 13 | ||||
-rw-r--r-- | recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive-1.3.0.0/autotools.patch b/recipes/xorg-xserver/xserver-kdrive-1.3.0.0/autotools.patch new file mode 100644 index 0000000000..e23b89d153 --- /dev/null +++ b/recipes/xorg-xserver/xserver-kdrive-1.3.0.0/autotools.patch @@ -0,0 +1,13 @@ +Index: xorg-server-1.3.0.0/configure.ac +=================================================================== +--- xorg-server-1.3.0.0.orig/configure.ac 2009-06-11 17:04:51.000000000 +0000 ++++ xorg-server-1.3.0.0/configure.ac 2009-06-11 17:05:58.000000000 +0000 +@@ -1699,8 +1699,6 @@ + DIX_CFLAGS="-DHAVE_DIX_CONFIG_H" + AC_SUBST([DIX_CFLAGS]) + +-AC_SUBST([libdir exec_prefix prefix]) +- + # Man page sections - used in config utils & generating man pages + XORG_MANPAGE_SECTIONS + diff --git a/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb b/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb index 19669e4d89..1faa0e7990 100644 --- a/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb +++ b/recipes/xorg-xserver/xserver-kdrive_1.3.0.0.bb @@ -23,6 +23,7 @@ SRC_URI = "${XORG_MIRROR}/individual/xserver/xorg-server-${PV}.tar.bz2 \ file://linux-keyboard-mediumraw.patch;patch=1 \ file://gumstix-kmode.patch;patch=1 \ file://fix-picturestr-include-order.patch;patch=1 \ + file://autotools.patch;patch=1 \ " SRC_URI_append_avr32 = " \ |