diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-08-15 11:58:37 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-08-15 11:58:37 +0000 |
commit | ca10363baac7de9581ec90ab47957f973e1dbdc4 (patch) | |
tree | 2000b53f806c79510671d8fd1a6a36125f8b25b3 /meta/packages/xorg-lib/libx11 | |
parent | c210d01a7ca8c00ddc45d292878b89086b137129 (diff) | |
download | poky-ca10363baac7de9581ec90ab47957f973e1dbdc4.tar.gz |
Numerous new xorg package versions from upstream OE. Pester me if any local changes got inadvertantly lost, or if any packages need upgrading.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/libx11')
-rw-r--r-- | meta/packages/xorg-lib/libx11/autofoo.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/packages/xorg-lib/libx11/autofoo.patch b/meta/packages/xorg-lib/libx11/autofoo.patch new file mode 100644 index 0000000000..8bdba09768 --- /dev/null +++ b/meta/packages/xorg-lib/libx11/autofoo.patch | |||
@@ -0,0 +1,22 @@ | |||
1 | |||
2 | # | ||
3 | # Patch managed by http://www.holgerschurig.de/patcher.html | ||
4 | # | ||
5 | |||
6 | --- libX11-6.2.1/configure.ac~autofoo | ||
7 | +++ libX11-6.2.1/configure.ac | ||
8 | @@ -7,12 +7,12 @@ | ||
9 | [jg@freedesktop.org], | ||
10 | libX11) | ||
11 | AC_CONFIG_SRCDIR([Makefile.am]) | ||
12 | -AM_INIT_AUTOMAKE([dist-bzip2]) | ||
13 | +AC_CONFIG_AUX_DIR(.) | ||
14 | |||
15 | +AM_INIT_AUTOMAKE([dist-bzip2]) | ||
16 | AM_MAINTAINER_MODE | ||
17 | |||
18 | AM_CONFIG_HEADER([src/config.h]) | ||
19 | -AC_CONFIG_AUX_DIR(.) | ||
20 | |||
21 | # Checks for programs. | ||
22 | AC_PROG_LIBTOOL | ||