Override python girdir to get it right with flatpak /usr vs /app split

This commit is contained in:
Kalev Lember 2019-10-01 13:31:07 +02:00
parent c0cfdc3c15
commit 166fc6d8d2

View File

@ -40,7 +40,10 @@ This package contains the python3 bindings for %{name}
%setup -q -n gexiv2-%{version}
%build
%meson -Dgtk_doc=true
%meson \
-Dgtk_doc=true \
-Dpython3_girdir=%{python3_sitearch}/gi/overrides \
%{nil}
%meson_build
%install