package/qt6/qt6base: add support for tslib

Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com>
Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Jesse Van Gavere 2023-02-07 18:17:16 +01:00 committed by Thomas Petazzoni
parent 1bd9a456b2
commit 73d6df812d
2 changed files with 13 additions and 0 deletions

View File

@ -216,6 +216,12 @@ config BR2_PACKAGE_QT6BASE_TEST
help
This options enables the Qt6Test library.
config BR2_PACKAGE_QT6BASE_TSLIB
bool "Enable Tslib support"
select BR2_PACKAGE_TSLIB
help
This options enables the Tslib plugin
config BR2_PACKAGE_QT6BASE_XML
bool "XML module"
help

View File

@ -229,6 +229,13 @@ else
QT6BASE_CONF_OPTS += -DFEATURE_widgets=OFF
endif
ifeq ($(BR2_PACKAGE_QT6BASE_TSLIB),y)
QT6BASE_CONF_OPTS += -DFEATURE_tslib=ON
QT6BASE_DEPENDENCIES += tslib
else
QT6BASE_CONF_OPTS += -DFEATURE_tslib=OFF
endif
ifeq ($(BR2_PACKAGE_QT6BASE_EGLFS),y)
QT6BASE_CONF_OPTS += -DFEATURE_egl=ON -DFEATURE_eglfs=ON
QT6BASE_DEPENDENCIES += libegl libgbm