diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-20 11:17:05 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-20 11:17:05 +0100 |
commit | 11ab05f53a16f635a27139b33170a9dadba9f3c5 (patch) | |
tree | cd7298df33651ead41d7b9bdce3424cc96daa1f7 /package | |
parent | e98318205cd8d79c3bfa492889f68b0f74d738f9 (diff) |
qt: svg and multimedia modules depends on gui module as well
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/qt/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index ddee2cc29..faebfa054 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -310,6 +310,7 @@ config BR2_PACKAGE_QT_XMLPATTERNS config BR2_PACKAGE_QT_MULTIMEDIA bool "Multimedia Module" + depends on BR2_PACKAGE_QT_GUI_MODULE help Build QtMultimedia module. @@ -322,6 +323,7 @@ config BR2_PACKAGE_QT_AUDIO_BACKEND config BR2_PACKAGE_QT_SVG bool "SVG Module" + depends on BR2_PACKAGE_QT_GUI_MODULE help Build the SVG module. If unsure, say n |