qt: phonon support depends on gui module
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 20 Dec 2010 09:12:39 +0000 (10:12 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 20 Dec 2010 09:12:39 +0000 (10:12 +0100)
Otherwise configure errors out with 'Phonon enabled, but GUI disabled'.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/qt/Config.in

index af1db6ddf1ab602dbf18b00527be0288d2518a26..ddee2cc29f24c791aee9d9998c777b3aae63a1f5 100644 (file)
@@ -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