From ae0cb6aab01436812b21f3d77fbf59e214677607 Mon Sep 17 00:00:00 2001 From: sbwml <984419930@qq.com> Date: Fri, 13 May 2022 16:10:33 +0800 Subject: [PATCH] qtbase: enable icu --- qtbase/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qtbase/Makefile b/qtbase/Makefile index ae14beb..f55b14f 100644 --- a/qtbase/Makefile +++ b/qtbase/Makefile @@ -44,7 +44,7 @@ define Package/qtbase/Default SUBMENU:=Qt6 TITLE:=qtbase URL:=http://qt-project.org - DEPENDS:=+libc +libgcc +libstdcpp +USE_GLIBC:librt +USE_GLIBC:libpthread @!LINUX_2_6_36 @!(ARM&&CPU_32v4) + DEPENDS:=+icu +libc +libgcc +libstdcpp +USE_GLIBC:librt +USE_GLIBC:libpthread @!LINUX_2_6_36 @!(ARM&&CPU_32v4) endef define Package/qtbase/description @@ -145,7 +145,7 @@ CMAKE_OPTIONS += \ -DFEATURE_system_pcre2=ON \ -DFEATURE_mimetype_database=ON \ -DFEATURE_glib=OFF \ - -DFEATURE_icu=OFF \ + -DFEATURE_icu=ON \ \ -DFEATURE_gui=OFF \ -DFEATURE_freetype=OFF \