|
@@ -113,8 +113,10 @@ HOST_QT6BASE_CONF_OPTS += \
|
|
-DFEATURE_png=OFF \
|
|
-DFEATURE_png=OFF \
|
|
-DFEATURE_gif=OFF \
|
|
-DFEATURE_gif=OFF \
|
|
-DFEATURE_jpeg=OFF \
|
|
-DFEATURE_jpeg=OFF \
|
|
|
|
+ -DFEATURE_printsupport=OFF \
|
|
-DFEATURE_kms=OFF \
|
|
-DFEATURE_kms=OFF \
|
|
-DFEATURE_fontconfig=OFF \
|
|
-DFEATURE_fontconfig=OFF \
|
|
|
|
+ -DFEATURE_widgets=OFF \
|
|
-DFEATURE_libinput=OFF \
|
|
-DFEATURE_libinput=OFF \
|
|
-DFEATURE_tslib=OFF \
|
|
-DFEATURE_tslib=OFF \
|
|
-DFEATURE_eglfs=OFF
|
|
-DFEATURE_eglfs=OFF
|
|
@@ -129,12 +131,6 @@ else
|
|
HOST_QT6BASE_CONF_OPTS += -DFEATURE_network=OFF
|
|
HOST_QT6BASE_CONF_OPTS += -DFEATURE_network=OFF
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_HOST_QT6BASE_PRINTSUPPORT),y)
|
|
|
|
-HOST_QT6BASE_CONF_OPTS += -DFEATURE_printsupport=ON
|
|
|
|
-else
|
|
|
|
-HOST_QT6BASE_CONF_OPTS += -DFEATURE_printsupport=OFF
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
# We need host qt6base with Sql support for host-qt6tools to generate the
|
|
# We need host qt6base with Sql support for host-qt6tools to generate the
|
|
# qhelpgenerator host tool. qt6tools will fail to build if qhelpgenerator is not
|
|
# qhelpgenerator host tool. qt6tools will fail to build if qhelpgenerator is not
|
|
# available.
|
|
# available.
|
|
@@ -154,12 +150,6 @@ else
|
|
HOST_QT6BASE_CONF_OPTS += -DFEATURE_testlib=OFF
|
|
HOST_QT6BASE_CONF_OPTS += -DFEATURE_testlib=OFF
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_HOST_QT6BASE_WIDGETS),y)
|
|
|
|
-HOST_QT6BASE_CONF_OPTS += -DFEATURE_widgets=ON
|
|
|
|
-else
|
|
|
|
-HOST_QT6BASE_CONF_OPTS += -DFEATURE_widgets=OFF
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
# Conditional blocks below are ordered by alphabetic ordering of the
|
|
# Conditional blocks below are ordered by alphabetic ordering of the
|
|
# BR2_PACKAGE_* option.
|
|
# BR2_PACKAGE_* option.
|
|
|
|
|