6bc6c3aabe
Package now needs libevdev: http://cgit.freedesktop.org/xorg/driver/xf86-input-evdev/commit/?id=164c62a97591d4c9b649460e7442977ea82ac02b [Thomas: adapt to current master, update hash file.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
23 lines
729 B
Makefile
23 lines
729 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-input-evdev
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_INPUT_EVDEV_VERSION = 2.9.1
|
|
XDRIVER_XF86_INPUT_EVDEV_SOURCE = xf86-input-evdev-$(XDRIVER_XF86_INPUT_EVDEV_VERSION).tar.bz2
|
|
XDRIVER_XF86_INPUT_EVDEV_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
|
XDRIVER_XF86_INPUT_EVDEV_LICENSE = MIT
|
|
XDRIVER_XF86_INPUT_EVDEV_LICENSE_FILES = COPYING
|
|
XDRIVER_XF86_INPUT_EVDEV_DEPENDENCIES = \
|
|
host-pkgconf \
|
|
libevdev \
|
|
xproto_inputproto \
|
|
xserver_xorg-server \
|
|
xproto_randrproto \
|
|
xproto_xproto \
|
|
udev \
|
|
$(if $(BR2_PACKAGE_MTDEV),mtdev)
|
|
|
|
$(eval $(autotools-package))
|