diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-10-22 02:06:51 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-04 11:12:03 +0100 |
commit | 50a331ec956815843e21f20d4838051456056a6d (patch) | |
tree | f2e42eec5324b1f8e0099879477c274ee0ae5acc | |
parent | 9de85f7d8c82316669350a50a0e024cc9ada518d (diff) | |
download | buildroot-novena-50a331ec956815843e21f20d4838051456056a6d.tar.gz buildroot-novena-50a331ec956815843e21f20d4838051456056a6d.zip |
xapp_listres: fix build against Xmu by bumping the version
Fixes
http://autobuild.buildroot.org/results/06d0ef38165769df38047c1f64d4cfae835e9e54
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/x11r7/xapp_listres/xapp_listres.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_listres/xapp_listres.mk b/package/x11r7/xapp_listres/xapp_listres.mk index c701f43c2..1a3247b03 100644 --- a/package/x11r7/xapp_listres/xapp_listres.mk +++ b/package/x11r7/xapp_listres/xapp_listres.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_LISTRES_VERSION = 1.0.1 +XAPP_LISTRES_VERSION = 1.0.3 XAPP_LISTRES_SOURCE = listres-$(XAPP_LISTRES_VERSION).tar.bz2 XAPP_LISTRES_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_LISTRES_DEPENDENCIES = xlib_libX11 xlib_libXaw xlib_libXmu xlib_libXt |