diff --git a/gnome-software.changes b/gnome-software.changes index 26b9342..59bb01f 100644 --- a/gnome-software.changes +++ b/gnome-software.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 12 09:30:30 UTC 2016 - zaitor@opensuse.org + +- Add pkgconfig(flatpak) BuildRequires and pass --enable-flatpak to + configure now that we have flatpak in openSUSE. + ------------------------------------------------------------------- Wed Oct 12 08:30:30 UTC 2016 - zaitor@opensuse.org diff --git a/gnome-software.spec b/gnome-software.spec index 458672d..4392555 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -32,6 +32,7 @@ BuildRequires: intltool >= 0.35.0 BuildRequires: suse-xsl-stylesheets BuildRequires: update-desktop-files BuildRequires: pkgconfig(appstream-glib) >= 0.6.1 +BuildRequires: pkgconfig(flatpak) >= 0.4.14 BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.31.5 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.46.0 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.17.92 @@ -76,6 +77,7 @@ to develop applications that require these. %configure \ --disable-static \ --disable-firmware \ + --enable-flatpak \ --enable-ostree \ --enable-rpm \ --enable-steam \