diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-01 17:59:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-01 17:59:53 +0000 |
commit | 34db4ff998f2ca4831b0213f7d9eba9a81af2a90 (patch) | |
tree | 77e5cbbff4c8d0cbd52c6fe1a6915ae17875b1bb /packages/xlibs/libxcursor-1.1.2 | |
parent | ce789dd71ea9a3654986177a5ccdd9fec544a630 (diff) |
xlibs: move X libraries to a common folder and unify naming to tarball names
Diffstat (limited to 'packages/xlibs/libxcursor-1.1.2')
-rw-r--r-- | packages/xlibs/libxcursor-1.1.2/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/xlibs/libxcursor-1.1.2/autofoo.patch | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/packages/xlibs/libxcursor-1.1.2/.mtn2git_empty b/packages/xlibs/libxcursor-1.1.2/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/xlibs/libxcursor-1.1.2/.mtn2git_empty diff --git a/packages/xlibs/libxcursor-1.1.2/autofoo.patch b/packages/xlibs/libxcursor-1.1.2/autofoo.patch new file mode 100644 index 0000000000..99cd45a7ea --- /dev/null +++ b/packages/xlibs/libxcursor-1.1.2/autofoo.patch @@ -0,0 +1,20 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- libXcursor-1.1.2/configure.ac~autofoo 2004-01-16 23:38:26.000000000 -0500 ++++ libXcursor-1.1.2/configure.ac 2005-01-18 13:40:06.539707120 -0500 +@@ -31,11 +31,11 @@ + dnl not possible to extract the version number here from Xcursor.h + dnl + AC_INIT([libXcursor],1.1.2,[keithp@keithp.com],[libXcursor]) ++AC_CONFIG_AUX_DIR(.) + AM_INIT_AUTOMAKE([dist-bzip2]) + AC_CONFIG_SRCDIR([Makefile.am]) + AM_MAINTAINER_MODE + AM_CONFIG_HEADER(config.h) +-AC_CONFIG_AUX_DIR(.) + + dnl libtool versioning + |