Fix flatpak build

python3-gobject is included in the Fedora flatpak runtime and is therefore
in /usr, but when ibus is built for flatpaks it installs to /app.

https://src.fedoraproject.org/rpms/ibus/pull-request/39

Resolves: RHEL-66126 configure option for Flatpak build
This commit is contained in:
Takao Fujiwara 2024-11-12 23:53:54 +09:00
parent ab594ce8a0
commit ef53034e96

View File

@ -380,6 +380,7 @@ autoreconf -f -i -v
%else
--enable-python-library \
%endif
--with-python-overrides-dir=%{python3_sitearch}/gi/overrides \
--enable-wayland \
--enable-introspection \
--enable-install-tests \