Explicitly enable gobject-introspection support

This fixes the flatpak module build, working around a configure.ac bug
where it doesn't correctly detect the gir directory prefix when using
autodetection, but works when explicitly enabling it.
epel9
Kalev Lember 6 years ago
parent 53c0e1141a
commit 34c81ab0e3

@ -9,7 +9,7 @@
Name: libdbusmenu Name: libdbusmenu
Version: %{ubuntu_release}.0 Version: %{ubuntu_release}.0
Release: 10%{?dist} Release: 11%{?dist}
Summary: Library for passing menus over DBus Summary: Library for passing menus over DBus
# All files installed in final rpms use C sources with dual licensing headers. # All files installed in final rpms use C sources with dual licensing headers.
@ -142,7 +142,7 @@ cp -a %{name}-%{version} %{name}-gtk3-%{version}
%build %build
build(){ build(){
autoreconf -vif autoreconf -vif
%configure --disable-static --disable-dumper $* %configure --disable-static --disable-dumper --enable-introspection $*
%make_build %make_build
} }
@ -250,6 +250,9 @@ done
%{_datadir}/%{name}/json/test-gtk-label.json %{_datadir}/%{name}/json/test-gtk-label.json
%changelog %changelog
* Tue Feb 26 2019 Kalev Lember <klember@redhat.com> - 16.04.0-11
- Explicitly enable gobject-introspection support
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 16.04.0-10 * Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 16.04.0-10
- Update BRs for vala packaging changes - Update BRs for vala packaging changes

Loading…
Cancel
Save