buildrootschalter/package/x11r7/xapp_xwd/xapp_xwd.mk
Bernd Kuhls 3b70b62618 xapp_xwd: Add missing dependency xlib_libxkbfile
Fixes http://autobuild.buildroot.net/results/12b/12b7894a4f67d963ea93622eea1adc2d2c3d6847/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-04-18 21:41:48 +02:00

15 lines
471 B
Makefile

################################################################################
#
# xapp_xwd
#
################################################################################
XAPP_XWD_VERSION = 1.0.6
XAPP_XWD_SOURCE = xwd-$(XAPP_XWD_VERSION).tar.bz2
XAPP_XWD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XWD_LICENSE = MIT
XAPP_XWD_LICENSE_FILES = COPYING
XAPP_XWD_DEPENDENCIES = xlib_libX11 xlib_libXmu xlib_libxkbfile
$(eval $(autotools-package))