summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5quick1
diff options
context:
space:
mode:
Diffstat (limited to 'package/qt5/qt5quick1')
-rw-r--r--package/qt5/qt5quick1/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt5/qt5quick1/Config.in b/package/qt5/qt5quick1/Config.in
index 32656bed40..c44a15fe0a 100644
--- a/package/qt5/qt5quick1/Config.in
+++ b/package/qt5/qt5quick1/Config.in
@@ -7,7 +7,7 @@ config BR2_PACKAGE_QT5QUICK1
select BR2_PACKAGE_QT5SCRIPT
select BR2_PACKAGE_QT5XMLPATTERNS
# This module does not support static linking
- depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_STATIC_LIBS
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
help
Qt is a cross-platform application and UI framework for
@@ -19,4 +19,4 @@ config BR2_PACKAGE_QT5QUICK1
comment "qt5quick1 needs a toolchain w/ dynamic library"
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
- depends on BR2_PREFER_STATIC_LIB
+ depends on BR2_STATIC_LIBS
OpenPOWER on IntegriCloud