spice: entire client support needs C++/threads, not just start dialog gui
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Jan 2013 12:34:15 +0000 (13:34 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Jan 2013 12:34:15 +0000 (13:34 +0100)
Fixes http://autobuild.buildroot.net/results/230e6d78e3ec740a7794316cc388c6685e040946

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

index 0c2c7a643aa7eaf10c01afef2e1d71a1ee322cfe..cd9183318b1902c0feca5cd0c6e45f9d3216e3f7 100644 (file)
@@ -32,17 +32,17 @@ comment "client depends on X.org"
 config BR2_PACKAGE_SPICE_CLIENT
        bool "Enable client"
        depends on BR2_PACKAGE_XORG7
+       depends on BR2_TOOLCHAIN_HAS_THREADS
+       depends on BR2_INSTALL_LIBSTDCPP
        select BR2_PACKAGE_XLIB_LIBXFIXES
        select BR2_PACKAGE_XLIB_LIBXRANDR
 
-comment "GUI requires a toolchain with threads and C++"
-       depends on BR2_PACKAGE_SPICE_CLIENT
+comment "client requires a toolchain with threads and C++"
+       depends on BR2_PACKAGE_XORG7
        depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
 
 config BR2_PACKAGE_SPICE_GUI
        bool "Enable GUI"
-       depends on BR2_TOOLCHAIN_HAS_THREADS    # cegui06
-       depends on BR2_INSTALL_LIBSTDCPP        # cegui06
        depends on BR2_PACKAGE_SPICE_CLIENT
        select BR2_PACKAGE_CEGUI06
        help