Use host icc profile for flatpak builds
This matches what https://github.com/flathub/org.gimp.GIMP/blob/master/org.gimp.GIMP.json does.
This commit is contained in:
parent
deebada78a
commit
9b1db04b62
@ -374,6 +374,9 @@ export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
|
|||||||
--enable-default-binary=no \
|
--enable-default-binary=no \
|
||||||
%endif
|
%endif
|
||||||
--with-libmng --with-libxpm --with-alsa --with-cairo-pdf \
|
--with-libmng --with-libxpm --with-alsa --with-cairo-pdf \
|
||||||
|
%if 0%{?flatpak}
|
||||||
|
--with-icc-directory=/run/host/usr/share/color/icc/ \
|
||||||
|
%endif
|
||||||
--without-appdata-test
|
--without-appdata-test
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user