summaryrefslogtreecommitdiff
path: root/package/spice
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-02-26 21:48:15 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-26 21:55:24 +0100
commitd1284c502234d67b67d334ee0a0ee84bd1cdc89e (patch)
tree54bdfc9fdae863dcda698a0f84f836f684249e98 /package/spice
parent29e583388fcc7f8c2171319061a1c860bb58c832 (diff)
cegui06: need dynamic library support
Fixes: http://autobuild.buildroot.org/results/caf/caf421629f4465cd347dc40af0b559c4d9b0c09f/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/spice')
-rw-r--r--package/spice/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/spice/Config.in b/package/spice/Config.in
index 9bddb06af1..b95e32e1b7 100644
--- a/package/spice/Config.in
+++ b/package/spice/Config.in
@@ -50,11 +50,15 @@ comment "client needs a toolchain w/ threads, C++"
config BR2_PACKAGE_SPICE_GUI
bool "Enable GUI"
depends on BR2_PACKAGE_SPICE_CLIENT
+ depends on !BR2_PREFER_STATIC_LIB
select BR2_PACKAGE_CEGUI06
help
Say 'y' here to enable the Graphical User Interface (GUI)
start dialog.
+comment "gui needs a toolchain w/ dynamic library"
+ depends on BR2_PREFER_STATIC_LIB
+
config BR2_PACKAGE_SPICE_TUNNEL
bool "Enable network redirection"
select BR2_PACKAGE_SLIRP