50a331ec95
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>
13 lines
479 B
Makefile
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))
|