kumquat-buildroot/package/x11r7/xapp_xinput/xapp_xinput.mk
Thomas Petazzoni dcbde39f32 xapp_xinput: add missing dependencies
Following the big X.org bump, a few dependencies were missing in the
xapp_xinput package.

Fixes:
http://autobuild.buildroot.org/results/7e4ebd4dd47f49bcd4d225b17fbbc8b211e5201a/build-end.log.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-03-25 20:27:32 +01:00

13 lines
461 B
Makefile

################################################################################
#
# xapp_xinput -- xinput
#
################################################################################
XAPP_XINPUT_VERSION = 1.6.0
XAPP_XINPUT_SOURCE = xinput-$(XAPP_XINPUT_VERSION).tar.bz2
XAPP_XINPUT_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XINPUT_DEPENDENCIES = xlib_libX11 xlib_libXi xlib_libXrandr xlib_libXinerama
$(eval $(autotools-package))