diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-16 17:40:07 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-16 17:40:07 +0000 |
commit | 86f30b56959077b7b3f2b38f0e3bff5a379728ce (patch) | |
tree | 0500f184c51714c42c57b6c9fc9007af9f1604f0 /packages/libxrandr/files | |
parent | 7217fa88da0c46fe94feea2df127289a40ce2a24 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/16 17:38:14+00:00 nexus.co.uk!pb
update gpe-plucker to 0.2
2005/01/16 12:36:22-05:00 handhelds.org!kergoth
Add cvs build of genext2fs from http://sf.net/projects/genext2fs/.
2005/01/16 12:17:28-05:00 handhelds.org!kergoth
Add patch to xfont to build with automake 1.9.x.
2005/01/16 12:08:17-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/16 12:08:08-05:00 handhelds.org!kergoth
Add versions of the recent damageext and libxrandr patches that apply to the release, since the recent ChangeLog modifications made them fail to apply to those versions.
2005/01/16 17:55:30+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/01/16 16:53:02+00:00 nexus.co.uk!pb
break out some GPE customisations from Angelistic theme into global /etc/gtk-2.0/gtkrc
2005/01/16 17:52:53+01:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/01/16 11:54:05-05:00 handhelds.org!kergoth
Add ChangeLog entries to the libxrandr and damageext automake 1.9.x patches.
2005/01/16 17:52:43+01:00 uni-frankfurt.de!mickeyl
make gpsd-2.6 work, sanitize, and call older gpsd
2005/01/16 11:49:27-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/16 11:49:19-05:00 handhelds.org!kergoth
Apply patch to the damageext configure script to make it buildable with automake 1.9 and higher.
2005/01/16 17:35:42+01:00 uni-frankfurt.de!mickeyl
update pylinda to 0.4
BKrev: 41eaa6f79U-clYVe-ZNzRsRbjTNblw
Diffstat (limited to 'packages/libxrandr/files')
-rw-r--r-- | packages/libxrandr/files/autofoo.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/libxrandr/files/autofoo.patch b/packages/libxrandr/files/autofoo.patch index e69de29bb2..7b1db760f2 100644 --- a/packages/libxrandr/files/autofoo.patch +++ b/packages/libxrandr/files/autofoo.patch @@ -0,0 +1,30 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- Xrandr/configure.ac~autofoo.patch 2004-07-01 15:01:55.000000000 -0400 ++++ Xrandr/configure.ac 2005-01-16 11:22:09.169651616 -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 +--- Xrandr/ChangeLog~autofoo.patch 2004-09-19 04:53:38.000000000 -0400 ++++ Xrandr/ChangeLog 2005-01-16 11:52:29.694889712 -0500 +@@ -1,3 +1,7 @@ ++2005-01-16 Chris Larson <kergoth@handhelds.org> ++ ++ * configure.ac: Fix to work with automake 1.9.x. ++ + 2004-09-19 Carlos Romero <kidcrash@freedesktop.org> + + * Makefile.am: |