diff options
Diffstat (limited to 'package/spice/Config.in')
-rw-r--r-- | package/spice/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/spice/Config.in b/package/spice/Config.in index b95e32e1b7..f1fcf69a1b 100644 --- a/package/spice/Config.in +++ b/package/spice/Config.in @@ -50,14 +50,14 @@ 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 + depends on !BR2_STATIC_LIBS 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 + depends on BR2_STATIC_LIBS config BR2_PACKAGE_SPICE_TUNNEL bool "Enable network redirection" |