Accepting request 621592 from home:iznogood:branches:GNOME:Factory
- Pass all options to meson, ensure we build gdk-pixbuf with the features we want. OBS-URL: https://build.opensuse.org/request/show/621592 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdk-pixbuf?expand=0&rev=152
This commit is contained in:
parent
af765ebebb
commit
bfcff5d7c2
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 8 21:07:28 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Pass all options to meson, ensure we build gdk-pixbuf with the
|
||||
features we want.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 10 02:44:36 UTC 2018 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -120,7 +120,19 @@ cp -a %{SOURCE2} .
|
||||
%endif
|
||||
|
||||
%build
|
||||
%meson -D docs=true
|
||||
%meson \
|
||||
-Dpng=true \
|
||||
-Dtiff=true \
|
||||
-Djpeg=true \
|
||||
-Djasper=false \
|
||||
-Dx11=true \
|
||||
-Dbuiltin_loaders=none \
|
||||
-Ddocs=true \
|
||||
-Dgir=true \
|
||||
-Dman=true \
|
||||
-Drelocatable=false \
|
||||
-Dnative_windows_loaders=false \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user