diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-28 11:19:51 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-28 11:26:11 +0200 |
commit | 930f3db16724f95ebcf641d2887bb773f296c295 (patch) | |
tree | ad8eda67a304082157fb5fda7e50a9de268fe51c /package/x11r7/xutil_util-macros/xutil_util-macros-1.2.2.patch | |
parent | 2831a05d03dc826f98d6bdcf0da6fc032d246ac8 (diff) |
xorg: bump version of xutil/macros to 1.2.2
This version bump is required by the bump of xlib_libXt from 1.0.5 to
1.0.6 (1.0.6 requires at least xutil/macros 1.2).
The linuxdoc patch is removed, since it has been merged upstream, at
http://cgit.freedesktop.org/xorg/util/macros/commit/?id=e20c503d24e5ccf03035aa0f6d833d235d2179df
The other patch exposing STAGING_DIR is kept, as it is Buildroot
specific. It has just been updated to resolve conflicts.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/x11r7/xutil_util-macros/xutil_util-macros-1.2.2.patch')
-rw-r--r-- | package/x11r7/xutil_util-macros/xutil_util-macros-1.2.2.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/x11r7/xutil_util-macros/xutil_util-macros-1.2.2.patch b/package/x11r7/xutil_util-macros/xutil_util-macros-1.2.2.patch new file mode 100644 index 000000000..649db5268 --- /dev/null +++ b/package/x11r7/xutil_util-macros/xutil_util-macros-1.2.2.patch @@ -0,0 +1,16 @@ +--- + xorg-macros.m4.in | 3 +++ + 1 file changed, 3 insertions(+) + +Index: xutil_util-macros-1.2.2/xorg-macros.m4.in +=================================================================== +--- xutil_util-macros-1.2.2.orig/xorg-macros.m4.in ++++ xutil_util-macros-1.2.2/xorg-macros.m4.in +@@ -459,3 +459,6 @@ + fi + AC_SUBST(CWARNFLAGS) + ]) # XORG_CWARNFLAGS ++ ++# Buildroot stuff ++AC_SUBST(STAGING_DIR) +\ No newline at end of file |