mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-10 16:15:42 +02:00
qtbase-native: Always use qt provided doubleconversion library.
Right now qtbase-native will try to look for double-coversion library on the host system. If not avaiable it'll use its own copy. This means qtbase-native binaries built on one host may fail to run on another. Fix this by always using qt provided double-conversion library for native qtbase builds. Signed-off-by: Piotr Tworek <tworaz@tworaz.net>
This commit is contained in:
committed by
Martin Jansa
parent
14a779e89b
commit
f4adfa2ccf
@@ -66,6 +66,7 @@ QT_CONFIG_FLAGS = " \
|
||||
-no-gcc-sysroot \
|
||||
-system-zlib \
|
||||
-qt-pcre \
|
||||
-qt-doubleconversion \
|
||||
-no-accessibility \
|
||||
-no-cups \
|
||||
-no-sql-mysql \
|
||||
|
||||
Reference in New Issue
Block a user