diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/libxrandr/libxrandr-1.0.2 | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/libxrandr/libxrandr-1.0.2')
-rw-r--r-- | packages/libxrandr/libxrandr-1.0.2/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/libxrandr/libxrandr-1.0.2/autofoo.patch | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/packages/libxrandr/libxrandr-1.0.2/.mtn2git_empty b/packages/libxrandr/libxrandr-1.0.2/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/libxrandr/libxrandr-1.0.2/.mtn2git_empty diff --git a/packages/libxrandr/libxrandr-1.0.2/autofoo.patch b/packages/libxrandr/libxrandr-1.0.2/autofoo.patch index e69de29bb2..21f6e7fd78 100644 --- a/packages/libxrandr/libxrandr-1.0.2/autofoo.patch +++ b/packages/libxrandr/libxrandr-1.0.2/autofoo.patch @@ -0,0 +1,20 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- libXrandr-1.0.2/configure.ac~autofoo 2004-01-15 03:23:00.000000000 -0500 ++++ libXrandr-1.0.2/configure.ac 2005-01-16 11:18:35.924069872 -0500 +@@ -33,11 +33,11 @@ + dnl protocol, so Xrandr version l.n.m corresponds to protocol version l.n + dnl + AC_INIT(libXrandr, 1.0.2, [keithp@keithp.com], libXrandr) ++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 |