mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
libinput: add explicit event-gui handling
Otherwise since it's automatic it was left to random depending on the libgtk3/libinput build order. Also collapse all that whitespace. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
6a8da21fbb
commit
1c02dee955
@ -7,13 +7,18 @@
|
|||||||
LIBINPUT_VERSION = 1.1.5
|
LIBINPUT_VERSION = 1.1.5
|
||||||
LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
|
LIBINPUT_SOURCE = libinput-$(LIBINPUT_VERSION).tar.xz
|
||||||
LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
|
LIBINPUT_SITE = http://www.freedesktop.org/software/libinput
|
||||||
LIBINPUT_LICENSE = MIT
|
|
||||||
LIBINPUT_LICENSE_FILES = COPYING
|
|
||||||
|
|
||||||
LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev
|
LIBINPUT_DEPENDENCIES = host-pkgconf libevdev mtdev udev
|
||||||
LIBINPUT_INSTALL_STAGING = YES
|
LIBINPUT_INSTALL_STAGING = YES
|
||||||
|
LIBINPUT_LICENSE = MIT
|
||||||
|
LIBINPUT_LICENSE_FILES = COPYING
|
||||||
# Tests need fork, so just disable them everywhere.
|
# Tests need fork, so just disable them everywhere.
|
||||||
LIBINPUT_CONF_OPTS = --disable-tests
|
LIBINPUT_CONF_OPTS = --disable-tests
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
|
||||||
|
LIBINPUT_CONF_OPTS += --enable-event-gui
|
||||||
|
LIBINPUT_DEPENDENCIES += libgtk3
|
||||||
|
else
|
||||||
|
LIBINOUT_CONF_OPTS += --disable-event-gui
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user