62e7cbc1de
The new package xorgproto will combine and replace all current xproto_* packages. For details read https://lists.x.org/archives/xorg-announce/2018-February/002835.html Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
23 lines
957 B
Makefile
23 lines
957 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-input-joystick
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_INPUT_JOYSTICK_VERSION = 1.6.3
|
|
XDRIVER_XF86_INPUT_JOYSTICK_SOURCE = xf86-input-joystick-$(XDRIVER_XF86_INPUT_JOYSTICK_VERSION).tar.bz2
|
|
XDRIVER_XF86_INPUT_JOYSTICK_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
|
XDRIVER_XF86_INPUT_JOYSTICK_LICENSE = MIT
|
|
XDRIVER_XF86_INPUT_JOYSTICK_LICENSE_FILES = COPYING
|
|
XDRIVER_XF86_INPUT_JOYSTICK_DEPENDENCIES = xserver_xorg-server xorgproto
|
|
XDRIVER_XF86_INPUT_JOYSTICK_AUTORECONF = YES
|
|
|
|
define XDRIVER_XF86_INPUT_JOYSTICK_CONF
|
|
$(INSTALL) -m 0644 -D \
|
|
$(XDRIVER_XF86_INPUT_JOYSTICK_PKGDIR)/50-joystick.conf \
|
|
$(TARGET_DIR)/usr/share/X11/xorg.conf.d/50-joystick.conf
|
|
endef
|
|
XDRIVER_XF86_INPUT_JOYSTICK_POST_INSTALL_TARGET_HOOKS += XDRIVER_XF86_INPUT_JOYSTICK_CONF
|
|
|
|
$(eval $(autotools-package))
|