qt: qt3 compatibility needs gui support
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 28 Feb 2011 20:46:05 +0000 (21:46 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 28 Feb 2011 20:46:05 +0000 (21:46 +0100)
Closes #2911

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

diff --git a/CHANGES b/CHANGES
index 73c1ad8de731f21fda0560bb88c49780e855a9d2..5bc291894d48afc4c0495de959384a1cc78a9adc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@
 
        Issues resolved (http://bugs.uclibc.org):
 
+       #2911: Qt: Disable qt3support-option, if gui-module isn't selected
        #3259: Unable to build webkit (on arm)
        #3295: slang fails to build on mipsel
        #3325: ffmpeg fails to build
index e5fe325ce1b17868966a5db8b92f1dfcf37313c5..3cc04f4cae437af4a5a4bf65ad97c5d862c818fc 100644 (file)
@@ -57,6 +57,7 @@ config BR2_PACKAGE_QT_LICENSE_APPROVED
 
 config BR2_PACKAGE_QT_QT3SUPPORT
        bool "Compatibility with Qt3"
+       depends on BR2_PACKAGE_QT_GUI_MODULE
        help
          Turns on support for older Qt3. This will create an additional
          library with proxy code and increase the space required on target.