mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/qt6/qt6base: add qt libglib2 support
Signed-off-by: Jesse Van Gavere <jesseevg@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
93652b8577
commit
2b2296dc0f
@@ -115,6 +115,13 @@ else
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_icu=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_glib=ON
|
||||
QT6BASE_DEPENDENCIES += libglib2
|
||||
else
|
||||
QT6BASE_CONF_OPTS += -DFEATURE_glib=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
QT6BASE_CONF_OPTS += -DINPUT_openssl=yes
|
||||
QT6BASE_DEPENDENCIES += openssl
|
||||
|
||||
Reference in New Issue
Block a user