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/xlibs/libxau | |
parent | c210d01a7ca8c00ddc45d292878b89086b137129 (diff) | |
download | openembedded-core-ca10363baac7de9581ec90ab47957f973e1dbdc4.tar.gz openembedded-core-ca10363baac7de9581ec90ab47957f973e1dbdc4.tar.bz2 openembedded-core-ca10363baac7de9581ec90ab47957f973e1dbdc4.tar.xz openembedded-core-ca10363baac7de9581ec90ab47957f973e1dbdc4.zip |
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/xlibs/libxau')
-rw-r--r-- | meta/packages/xlibs/libxau/autofoo.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/packages/xlibs/libxau/autofoo.patch b/meta/packages/xlibs/libxau/autofoo.patch deleted file mode 100644 index 1e42eb974..000000000 --- a/meta/packages/xlibs/libxau/autofoo.patch +++ /dev/null @@ -1,21 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- libXau-0.1.1/configure.ac~autofoo -+++ libXau-0.1.1/configure.ac -@@ -25,11 +25,10 @@ - - AC_PREREQ([2.57]) - AC_INIT(libXau, [0.1.1], [keithp@keithp.com],libXau) --AM_INIT_AUTOMAKE([dist-bzip2]) --AM_MAINTAINER_MODE -- - AM_CONFIG_HEADER(config.h) - AC_CONFIG_AUX_DIR(.) -+AM_INIT_AUTOMAKE([dist-bzip2]) -+AM_MAINTAINER_MODE - - AC_PROG_CC - AC_PROG_INSTALL |