update buildroot to 2017.02.11
This commit is contained in:
18
bsp/buildroot-2017.02.11/package/libinput/Config.in
Normal file
18
bsp/buildroot-2017.02.11/package/libinput/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_LIBINPUT
|
||||
bool "libinput"
|
||||
depends on BR2_ENABLE_LOCALE
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
select BR2_PACKAGE_LIBEVDEV
|
||||
select BR2_PACKAGE_MTDEV
|
||||
help
|
||||
libinput is a library to handle input devices in Wayland
|
||||
compositors and to provide a generic X.Org input driver.
|
||||
It provides device detection, device handling, input device
|
||||
event processing and abstraction so minimize the amount of
|
||||
custom input code compositors need to provide the common
|
||||
set of functionality that users expect.
|
||||
|
||||
http://freedesktop.org/wiki/Software/libinput/
|
||||
|
||||
comment "libinput needs udev /dev management and a toolchain w/ locale"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE
|
||||
2
bsp/buildroot-2017.02.11/package/libinput/libinput.hash
Normal file
2
bsp/buildroot-2017.02.11/package/libinput/libinput.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From https://lists.freedesktop.org/archives/wayland-devel/2017-January/032746.html
|
||||
sha256 b7534f518d735c643aedca2fb4694683dfddc8d0600cfb628c87a18e65255832 libinput-1.6.0.tar.xz
|
||||
24
bsp/buildroot-2017.02.11/package/libinput/libinput.mk
Normal file
24
bsp/buildroot-2017.02.11/package/libinput/libinput.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# libinput
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBINPUT_VERSION = 1.6.0
|
||||
LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
|
||||
LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
|
||||
LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev
|
||||
LIBINPUT_INSTALL_STAGING = YES
|
||||
LIBINPUT_LICENSE = MIT
|
||||
LIBINPUT_LICENSE_FILES = COPYING
|
||||
# Tests need fork, so just disable them everywhere.
|
||||
LIBINPUT_CONF_OPTS = --disable-tests --disable-libwacom
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
|
||||
LIBINPUT_CONF_OPTS += --enable-event-gui
|
||||
LIBINPUT_DEPENDENCIES += libgtk3
|
||||
else
|
||||
LIBINPUT_CONF_OPTS += --disable-event-gui
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user