summaryrefslogtreecommitdiffstats
path: root/package/spice
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-01-01 13:34:15 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-01 13:34:15 +0100
commit76d190078dc0960e4278cbcb18c85c0b8e82b47b (patch)
treed5f7488ff8f2905d10b24ee4df943e49f16fad49 /package/spice
parent65207ec2d1066ec45c77ad8a644e10d1074905f5 (diff)
downloadbuildroot-novena-76d190078dc0960e4278cbcb18c85c0b8e82b47b.tar.gz
buildroot-novena-76d190078dc0960e4278cbcb18c85c0b8e82b47b.zip
spice: entire client support needs C++/threads, not just start dialog gui
Fixes http://autobuild.buildroot.net/results/230e6d78e3ec740a7794316cc388c6685e040946 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/spice')
-rw-r--r--package/spice/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/spice/Config.in b/package/spice/Config.in
index 0c2c7a643..cd9183318 100644
--- a/package/spice/Config.in
+++ b/package/spice/Config.in
@@ -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