mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 23:17:43 +00:00
package/spice: Only builds on x86
The spice configure script explicitly checks for x86 or x86-64, so disable it on other architectures Fixes http://autobuild.buildroot.org/results/7f7e2d46542a685b93211f76ad063f8b2ba7b5e5/build-end.log Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3472e094a1
commit
4f452a86b8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user