34c416d5b5
>From [1]: - tools: widen frequency resolution to µs in the DPI tool - tools: complain about devices that don't have abs x/y axes in the edge detector - include: update to 4.1 header [1] http://lists.freedesktop.org/archives/input-tools/2015-June/001171.html Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
19 lines
517 B
Makefile
19 lines
517 B
Makefile
################################################################################
|
|
#
|
|
# libevdev
|
|
#
|
|
################################################################################
|
|
|
|
LIBEVDEV_VERSION = 1.4.3
|
|
LIBEVDEV_SITE = http://www.freedesktop.org/software/libevdev
|
|
LIBEVDEV_SOURCE = libevdev-$(LIBEVDEV_VERSION).tar.xz
|
|
LIBEVDEV_LICENSE = X11
|
|
LIBEVDEV_LICENSE_FILES = COPYING
|
|
|
|
# Uses PKG_CHECK_MODULES() in configure.ac
|
|
LIBEVDEV_DEPENDENCIES = host-pkgconf
|
|
|
|
LIBEVDEV_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|