Unify the build with RHEL
The gpgme dependency was simplified to prefer pkg-config on distributions released after 2016, as opposed to gpgme-config [1]. There's no need to do a build just for this. [1] Flatpak commit 9b87e4c0d4557f7e https://github.com/flatpak/flatpak/commit/9b87e4c0d4557f7e
This commit is contained in:
parent
2e0f03b2a7
commit
79ebaca410
@ -31,6 +31,7 @@ BuildRequires: pkgconfig(fuse3)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.40.0
|
||||
BuildRequires: pkgconfig(gpgme)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(libarchive) >= 2.8.0
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
@ -49,7 +50,6 @@ BuildRequires: bubblewrap >= %{bubblewrap_version}
|
||||
BuildRequires: docbook-dtds
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: gpgme-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: meson
|
||||
|
Loading…
Reference in New Issue
Block a user