diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-09 12:56:21 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-09 12:56:21 +0100 |
commit | 8eea156e9f8c3fd53d4e8db58d2dc00bf2320c95 (patch) | |
tree | 09255ca09fffa2d6a069e4d5be2fe85fc49eba11 /meta/packages | |
parent | 3ff78923ba9f8aa05dd3ca8e779e675b457efffa (diff) | |
download | poky-8eea156e9f8c3fd53d4e8db58d2dc00bf2320c95.tar.gz |
xserver-kdrive-xomap: Bandaid for configure issues and modern autotools
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive-xomap/configfix.patch | 15 | ||||
-rw-r--r-- | meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb | 1 |
2 files changed, 16 insertions, 0 deletions
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 index 0000000000..ada8f3a788 --- /dev/null +++ b/meta/packages/xorg-xserver/xserver-kdrive-xomap/configfix.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | Index: xorg-server-1.1.99.3/configure.ac | ||
2 | =================================================================== | ||
3 | --- xorg-server-1.1.99.3.orig/configure.ac 2010-06-09 12:52:26.000000000 +0100 | ||
4 | +++ xorg-server-1.1.99.3/configure.ac 2010-06-09 12:52:51.000000000 +0100 | ||
5 | @@ -1731,7 +1731,9 @@ | ||
6 | DIX_CFLAGS="-DHAVE_DIX_CONFIG_H" | ||
7 | AC_SUBST([DIX_CFLAGS]) | ||
8 | |||
9 | -AC_SUBST([libdir exec_prefix prefix]) | ||
10 | +AC_SUBST([libdir]) | ||
11 | +AC_SUBST([exec_prefix]) | ||
12 | +AC_SUBST([prefix]) | ||
13 | |||
14 | # Man page sections - used in config utils & generating man pages | ||
15 | XORG_MANPAGE_SECTIONS | ||
diff --git a/meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb b/meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb index bbec18fbd7..d1e955f9d3 100644 --- a/meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb +++ b/meta/packages/xorg-xserver/xserver-kdrive-xomap_1.1.99.3.bb | |||
@@ -24,6 +24,7 @@ SRC_URI = "http://repository.maemo.org/pool/maemo3.1/free/source/xorg-server_1.1 | |||
24 | file://button_only.patch;patch=1 \ | 24 | file://button_only.patch;patch=1 \ |
25 | file://calibrateext.patch;patch=1 \ | 25 | file://calibrateext.patch;patch=1 \ |
26 | file://disable-xkb.patch;patch=1 \ | 26 | file://disable-xkb.patch;patch=1 \ |
27 | file://configfix.patch;patch=1 \ | ||
27 | file://xcalibrate_coords.patch;patch=1" | 28 | file://xcalibrate_coords.patch;patch=1" |
28 | # file://kdrive-evdev.patch;patch=1 \ | 29 | # file://kdrive-evdev.patch;patch=1 \ |
29 | # file://kdrive-use-evdev.patch;patch=1 \ | 30 | # file://kdrive-use-evdev.patch;patch=1 \ |