diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-05-11 11:27:53 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-05-11 11:27:53 +0000 |
| commit | 4bde6770fd09981797aceacaee8ca876fb2a9419 (patch) | |
| tree | 7fd4c2166a658f60b6396f8799c64d5873856541 /meta/packages | |
| parent | 5d2fcf3a2f4a0390bca322de09cceab388ff9f20 (diff) | |
| download | poky-4bde6770fd09981797aceacaee8ca876fb2a9419.tar.gz | |
libxinerama: Revert change - was due to stale/incorrect tarball.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1712 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
| -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 | 4 |
2 files changed, 1 insertions, 26 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 deleted file mode 100644 index 1358cbbf5a..0000000000 --- a/meta/packages/xorg-lib/libxinerama-1.0.2/configure_fix.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 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 dd5dd8745b..193928a2dc 100644 --- a/meta/packages/xorg-lib/libxinerama_1.0.2.bb +++ b/meta/packages/xorg-lib/libxinerama_1.0.2.bb | |||
| @@ -3,12 +3,10 @@ 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 | PR = "r2" |
| 7 | 7 | ||
| 8 | DEPENDS += " virtual/libx11 libxext xextproto xineramaproto" | 8 | DEPENDS += " virtual/libx11 libxext xextproto xineramaproto" |
| 9 | PROVIDES = "xinerama" | 9 | PROVIDES = "xinerama" |
| 10 | 10 | ||
| 11 | SRC_URI += "file://configure_fix.patch;patch=1" | ||
| 12 | |||
| 13 | XORG_PN = "libXinerama" | 11 | XORG_PN = "libXinerama" |
| 14 | 12 | ||
