mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-17 19:39:31 +01:00
b7f5b9ebee
Weston segfaults if it can't find input devices despite it being configured to load without it (require-input=false)
18 lines
587 B
Makefile
18 lines
587 B
Makefile
################################################################################
|
|
#
|
|
# virtual-touch
|
|
#
|
|
################################################################################
|
|
|
|
VIRTUAL_TOUCH_VERSION = 913a36c83fc1ebf4396fec19a94b2092ebee6d4c
|
|
VIRTUAL_TOUCH_SITE = $(call github,vi,virtual_touchscreen,$(VIRTUAL_TOUCH_VERSION))
|
|
|
|
$(eval $(kernel-module))
|
|
|
|
define VIRTUAL_TOUCH_INSTALL_TARGET_CMDS
|
|
$(INSTALL) -D -m 0644 $(BR2_EXTERNAL_OPENVOICEOS_PATH)/package/virtual-touch/virtual-touch.conf \
|
|
$(TARGET_DIR)/etc/modules-load.d/virtual-touch.conf
|
|
endef
|
|
|
|
$(eval $(generic-package))
|