Don't Require polkit-devel for Flatpak builds
Spice-gtk will install the polkit action when polkit is available in the build environment. Flatpaks don't support these assets at the moment, therefore the build of spice-gtk in Flatpaks will fail.
This commit is contained in:
parent
a6a6e6cd1e
commit
1f90b4502c
@ -28,7 +28,9 @@ BuildRequires: cyrus-sasl-devel
|
||||
BuildRequires: libcacard-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libacl-devel
|
||||
%if ! 0%{?flatpak}
|
||||
BuildRequires: polkit-devel
|
||||
%endif
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: vala
|
||||
BuildRequires: usbutils
|
||||
|
Loading…
Reference in New Issue
Block a user