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.mk | |
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.mk')
-rw-r--r-- | package/x11r7/xutil_util-macros/xutil_util-macros.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xutil_util-macros/xutil_util-macros.mk b/package/x11r7/xutil_util-macros/xutil_util-macros.mk index 9cc2a4518..ca1890e3e 100644 --- a/package/x11r7/xutil_util-macros/xutil_util-macros.mk +++ b/package/x11r7/xutil_util-macros/xutil_util-macros.mk @@ -4,7 +4,7 @@ # ################################################################################ -XUTIL_UTIL_MACROS_VERSION = 1.1.6 +XUTIL_UTIL_MACROS_VERSION = 1.2.2 XUTIL_UTIL_MACROS_SOURCE = util-macros-$(XUTIL_UTIL_MACROS_VERSION).tar.bz2 XUTIL_UTIL_MACROS_SITE = http://xorg.freedesktop.org/releases/individual/util XUTIL_UTIL_MACROS_AUTORECONF = NO |