summaryrefslogtreecommitdiff
path: root/package/qt
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-12-20 10:12:39 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-12-20 10:12:39 +0100
commite98318205cd8d79c3bfa492889f68b0f74d738f9 (patch)
tree18b842b6b0d0f261f92b540c4ebe0e241f605780 /package/qt
parent14c1a15fab52812c0932c8c5e26c50c794bcf5c6 (diff)
qt: phonon support depends on gui module
Otherwise configure errors out with 'Phonon enabled, but GUI disabled'. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index af1db6ddf..ddee2cc29 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -264,7 +264,6 @@ if BR2_PACKAGE_QT_GUI_MODULE
source "package/qt/Config.gfx.in"
source "package/qt/Config.mouse.in"
source "package/qt/Config.keyboard.in"
-endif
config BR2_PACKAGE_QT_PHONON
bool "Phonon Module"
@@ -285,6 +284,7 @@ config BR2_PACKAGE_QT_PHONON_BACKEND
help
Build the platform Phonon plugin.
If unsure, say n.
+endif
comment "Qt DBbus module not available (need dbus)"
depends on !BR2_PACKAGE_DBUS