diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-11 10:42:44 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-11 10:42:44 +0000 |
commit | 597a47cea71716ec25d8593b6a6bf271ba749a8b (patch) | |
tree | d4b39a1b880291bf6f4e1c9385b815e83e943c7b | |
parent | 54254da610719e76952116de03d25ce41f82e63f (diff) | |
download | poky-597a47cea71716ec25d8593b6a6bf271ba749a8b.tar.gz |
libxinerama: Fix configure
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1710 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/xorg-lib/libxinerama-1.0.2/configure_fix.patch | 23 | ||||
-rw-r--r-- | meta/packages/xorg-lib/libxinerama_1.0.2.bb | 3 |
2 files changed, 26 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libxinerama-1.0.2/configure_fix.patch b/meta/packages/xorg-lib/libxinerama-1.0.2/configure_fix.patch new file mode 100644 index 0000000000..1358cbbf5a --- /dev/null +++ b/meta/packages/xorg-lib/libxinerama-1.0.2/configure_fix.patch | |||
@@ -0,0 +1,23 @@ | |||
1 | --- | ||
2 | configure.ac | 3 ++- | ||
3 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
4 | |||
5 | Index: libXinerama-1.0.2/configure.ac | ||
6 | =================================================================== | ||
7 | --- libXinerama-1.0.2.orig/configure.ac 2007-05-11 11:04:32.000000000 +0100 | ||
8 | +++ libXinerama-1.0.2/configure.ac 2007-05-11 11:04:46.000000000 +0100 | ||
9 | @@ -8,12 +8,13 @@ AC_INIT([libXinerama], | ||
10 | libXinerama) | ||
11 | |||
12 | AC_CONFIG_SRCDIR([Makefile.am]) | ||
13 | +AC_CONFIG_AUX_DIR(.) | ||
14 | + | ||
15 | AM_INIT_AUTOMAKE([dist-bzip2]) | ||
16 | |||
17 | AM_MAINTAINER_MODE | ||
18 | |||
19 | AM_CONFIG_HEADER([config.h]) | ||
20 | -AC_CONFIG_AUX_DIR(.) | ||
21 | |||
22 | # Checks for programs. | ||
23 | AC_PROG_LIBTOOL | ||
diff --git a/meta/packages/xorg-lib/libxinerama_1.0.2.bb b/meta/packages/xorg-lib/libxinerama_1.0.2.bb index 9bfe62ae07..dd5dd8745b 100644 --- a/meta/packages/xorg-lib/libxinerama_1.0.2.bb +++ b/meta/packages/xorg-lib/libxinerama_1.0.2.bb | |||
@@ -3,9 +3,12 @@ require xorg-lib-common.inc | |||
3 | DESCRIPTION = "Xinerama library" | 3 | DESCRIPTION = "Xinerama library" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | PE = "1" | 5 | PE = "1" |
6 | PR = "r1" | ||
6 | 7 | ||
7 | DEPENDS += " virtual/libx11 libxext xextproto xineramaproto" | 8 | DEPENDS += " virtual/libx11 libxext xextproto xineramaproto" |
8 | PROVIDES = "xinerama" | 9 | PROVIDES = "xinerama" |
9 | 10 | ||
11 | SRC_URI += "file://configure_fix.patch;patch=1" | ||
12 | |||
10 | XORG_PN = "libXinerama" | 13 | XORG_PN = "libXinerama" |
11 | 14 | ||