kumquat-buildroot/package/x11r7/xapp_listres/xapp_listres.mk
Thomas Petazzoni 50a331ec95 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>
2012-11-04 11:12:03 +01:00

13 lines
479 B
Makefile

################################################################################
#
# xapp_listres -- list resources in widgets
#
################################################################################
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
$(eval $(autotools-package))