diff options
author | Richard Purdie <richard@openedhand.com> | 2006-03-24 07:51:48 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-03-24 07:51:48 +0000 |
commit | b783a3e2f6744692c80909a70c3674dd316204dc (patch) | |
tree | f1e96b860f0c3accf06930f39c9b7d1c53c2bb9b /openembedded/packages/libxfixes/files | |
parent | 63e2f3e549fa5ef0388f5e975ff166e287f64cf4 (diff) | |
download | openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.gz openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.bz2 openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.tar.xz openembedded-core-b783a3e2f6744692c80909a70c3674dd316204dc.zip |
Move xlibs packages to xlibs/ as per changes in OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@335 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libxfixes/files')
-rw-r--r-- | openembedded/packages/libxfixes/files/autofoo.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/openembedded/packages/libxfixes/files/autofoo.patch b/openembedded/packages/libxfixes/files/autofoo.patch deleted file mode 100644 index 26803cf7f..000000000 --- a/openembedded/packages/libxfixes/files/autofoo.patch +++ /dev/null @@ -1,20 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- libXfixes-2.0.1/configure.ac~autofoo 2004-01-15 03:40:23.000000000 -0500 -+++ libXfixes-2.0.1/configure.ac 2005-01-18 13:35:33.461221360 -0500 -@@ -33,11 +33,11 @@ - dnl protocol, so Xfixes version l.n.m corresponds to protocol version l.n - dnl - AC_INIT(libXfixes, 2.0.1, [keithp@keithp.com], libXfixes) -+AC_CONFIG_AUX_DIR(.) - AM_INIT_AUTOMAKE([dist-bzip2]) - AM_MAINTAINER_MODE - - AM_CONFIG_HEADER(config.h) --AC_CONFIG_AUX_DIR(.) - - # Check for progs - AC_PROG_CC |