qt5script: depend on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
authorFatih Aşıcı <fatih.asici@gmail.com>
Mon, 30 Dec 2013 09:34:16 +0000 (11:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 30 Dec 2013 23:09:35 +0000 (00:09 +0100)
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/qt5/qt5script/Config.in

index 3c5d60c127f8a659817114c297c080ba24094af3..f755d1e09528cfd9bb7d89799df85ea4365706c8 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_QT5SCRIPT
        bool "qt5script"
        select BR2_PACKAGE_QT5BASE
+       depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
        help
          Qt is a cross-platform application and UI framework for
          developers using C++.