|
@@ -25,7 +25,6 @@ QT5BASE_CONFIGURE_OPTS += \
|
|
|
-no-nis \
|
|
|
-no-libudev \
|
|
|
-no-iconv \
|
|
|
- -no-icu \
|
|
|
-no-gstreamer \
|
|
|
-no-gtkstyle \
|
|
|
-system-zlib \
|
|
@@ -97,6 +96,9 @@ QT5BASE_DEPENDENCIES += $(if $(BR2_PACKAGE_QT5BASE_DBUS),dbus)
|
|
|
QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_LIBGLIB2),-glib,-no-glib)
|
|
|
QT5BASE_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBGLIB2),libglib2)
|
|
|
|
|
|
+QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_QT5BASE_ICU),-icu,-no-icu)
|
|
|
+QT5BASE_DEPENDENCIES += $(if $(BR2_PACKAGE_QT5BASE_ICU),icu)
|
|
|
+
|
|
|
# Build the list of libraries to be installed on the target
|
|
|
QT5BASE_INSTALL_LIBS_y += Qt5Core
|
|
|
QT5BASE_INSTALL_LIBS_$(BR2_PACKAGE_QT5BASE_NETWORK) += Qt5Network
|