kumquat-buildroot/package/x11r7/xdriver_xf86-input-acecad/xdriver_xf86-input-acecad.mk
Peter Korsgaard 68f166074b package/x11r7: apply libtool patch where possible
Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-17 13:56:10 +01:00

14 lines
674 B
Makefile

################################################################################
#
# xdriver_xf86-input-acecad -- Acecad Flair input driver
#
################################################################################
XDRIVER_XF86_INPUT_ACECAD_VERSION = 1.4.0
XDRIVER_XF86_INPUT_ACECAD_SOURCE = xf86-input-acecad-$(XDRIVER_XF86_INPUT_ACECAD_VERSION).tar.bz2
XDRIVER_XF86_INPUT_ACECAD_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_INPUT_ACECAD_AUTORECONF = NO
XDRIVER_XF86_INPUT_ACECAD_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto
$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-input-acecad))