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:
parent
1bd9a456b2
commit
73d6df812d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user