diff options
author | Will Wagner <will_wagner@carallon.com> | 2010-04-01 13:46:38 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-08 21:50:57 +0200 |
commit | 24c2ca78414c2136bea27cb1c8c6d940aede1d3f (patch) | |
tree | da3fc0926d2f47c9091576c477e04cae51bd82e9 | |
parent | 864950c1a4a873ef0e26025035259c888c0da178 (diff) | |
download | buildroot-novena-24c2ca78414c2136bea27cb1c8c6d940aede1d3f.tar.gz buildroot-novena-24c2ca78414c2136bea27cb1c8c6d940aede1d3f.zip |
xproto_fontcacheproto: bump version
[Peter: remove version from Config.in help]
Signed-off-by: Will Wagner <will_wagner@carallon.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 3 | ||||
-rw-r--r-- | package/x11r7/xproto_fontcacheproto/Config.in | 1 | ||||
-rw-r--r-- | package/x11r7/xproto_fontcacheproto/xproto_fontcacheproto.mk | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -16,7 +16,8 @@ libgcrypt, libglib2, libpng, libxml2, matchbox, mdadm, memstat, mesa3d, mtd-utils, nano, openssl, php, pixman, pppd, pthread-stubs, qt, radvd, setserial, squashfs, usb_modeswith, - wget, xlib_libX11, xlib_libXfont, xproto_dri2proto + wget, xlib_libX11, xlib_libXfont, xproto_dri2proto, + xproto_fontcacheproto, Issues resolved (http://bugs.uclibc.org): diff --git a/package/x11r7/xproto_fontcacheproto/Config.in b/package/x11r7/xproto_fontcacheproto/Config.in index 1c47b5c70..daa6c7f20 100644 --- a/package/x11r7/xproto_fontcacheproto/Config.in +++ b/package/x11r7/xproto_fontcacheproto/Config.in @@ -1,5 +1,4 @@ config BR2_PACKAGE_XPROTO_FONTCACHEPROTO bool "fontcacheproto" help - fontcacheproto 0.1.2 X.Org Fontcache protocol headers diff --git a/package/x11r7/xproto_fontcacheproto/xproto_fontcacheproto.mk b/package/x11r7/xproto_fontcacheproto/xproto_fontcacheproto.mk index 27cf30bce..9c2ef4777 100644 --- a/package/x11r7/xproto_fontcacheproto/xproto_fontcacheproto.mk +++ b/package/x11r7/xproto_fontcacheproto/xproto_fontcacheproto.mk @@ -4,7 +4,7 @@ # ################################################################################ -XPROTO_FONTCACHEPROTO_VERSION = 0.1.2 +XPROTO_FONTCACHEPROTO_VERSION = 0.1.3 XPROTO_FONTCACHEPROTO_SOURCE = fontcacheproto-$(XPROTO_FONTCACHEPROTO_VERSION).tar.bz2 XPROTO_FONTCACHEPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto XPROTO_FONTCACHEPROTO_AUTORECONF = NO |