mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-09 22:25:30 +00:00
Disable SPICE unless on x86 architectures
This commit is contained in:
parent
dc41e7e49c
commit
18e1337d6e
@ -14,6 +14,11 @@
|
||||
%define with_spice 1
|
||||
%endif
|
||||
|
||||
# spice-gtk is x86 x86_64 only currently:
|
||||
%ifnarch %{ix86} x86_64
|
||||
%define with_spice 0
|
||||
%endif
|
||||
|
||||
Name: @PACKAGE@
|
||||
Version: @VERSION@
|
||||
Release: 1%{?dist}%{?extra_release}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user