kumquat-buildroot/package/x11r7/xapp_xsetmode/xapp_xsetmode.mk
Bernhard Reutner-Fischer c4931c315a - fix misplaced @
- fix typos in x11r7 packages
2007-08-23 11:49:50 +00:00

14 lines
515 B
Makefile

################################################################################
#
# xapp_xsetmode -- set the mode for an X Input device
#
################################################################################
XAPP_XSETMODE_VERSION = 1.0.0
XAPP_XSETMODE_SOURCE = xsetmode-$(XAPP_XSETMODE_VERSION).tar.bz2
XAPP_XSETMODE_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XSETMODE_AUTORECONF = YES
XAPP_XSETMODE_DEPENDENCIES = xlib_libX11 xlib_libXi
$(eval $(call AUTOTARGETS,xapp_xsetmode))