diff options
-rw-r--r-- | package/spice/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/spice/Config.in b/package/spice/Config.in index b1e187a63..1b264e7e2 100644 --- a/package/spice/Config.in +++ b/package/spice/Config.in @@ -1,8 +1,10 @@ comment "spice server depends on python (for pyparsing)" + depends on BR2_i386 || BR2_x86_64 depends on !BR2_PACKAGE_PYTHON config BR2_PACKAGE_SPICE bool "spice server" + depends on BR2_i386 || BR2_x86_64 depends on BR2_PACKAGE_PYTHON select BR2_PACKAGE_ALSA_LIB select BR2_PACKAGE_CELT051 |