diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-10-22 02:06:57 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-04 11:23:30 +0100 |
commit | f2fcfe9c8be99460a70467b3bd8d032ce7e1f32b (patch) | |
tree | 89ba1e7b78e2a34bc8df3b7e1fe8c386362857ad /package | |
parent | 010217a23d25cba1530287f4a72bb8b192a6b90d (diff) | |
download | buildroot-novena-f2fcfe9c8be99460a70467b3bd8d032ce7e1f32b.tar.gz buildroot-novena-f2fcfe9c8be99460a70467b3bd8d032ce7e1f32b.zip |
xapp_xsm: fix build against Xmu by bumping version
Fix a build issue similar to the one encountered on xapp_listres at
http://autobuild.buildroot.org/results/06d0ef38165769df38047c1f64d4cfae835e9e54/.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/x11r7/xapp_xsm/xapp_xsm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xapp_xsm/xapp_xsm.mk b/package/x11r7/xapp_xsm/xapp_xsm.mk index aff0cc8d9..75640a210 100644 --- a/package/x11r7/xapp_xsm/xapp_xsm.mk +++ b/package/x11r7/xapp_xsm/xapp_xsm.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XSM_VERSION = 1.0.1 +XAPP_XSM_VERSION = 1.0.2 XAPP_XSM_SOURCE = xsm-$(XAPP_XSM_VERSION).tar.bz2 XAPP_XSM_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XSM_DEPENDENCIES = xlib_libXaw |