Override python girdir to get it right with flatpak /usr vs /app split
This commit is contained in:
parent
c0cfdc3c15
commit
166fc6d8d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user