libinput.mk 584 B

12345678910111213141516171819
  1. ################################################################################
  2. #
  3. # libinput
  4. #
  5. ################################################################################
  6. LIBINPUT_VERSION = 0.14.1
  7. LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
  8. LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
  9. LIBINPUT_LICENSE = MIT
  10. LIBINPUT_LICENSE_FILES = COPYING
  11. LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev
  12. LIBINPUT_INSTALL_STAGING = YES
  13. # Tests need fork, so just disable them everywhere.
  14. LIBINPUT_CONF_OPTS = --disable-tests
  15. $(eval $(autotools-package))