diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes index 60340dd..bd5076f 100644 --- a/gdk-pixbuf.changes +++ b/gdk-pixbuf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 4 10:19:51 UTC 2021 - Bjørn Lie + +- Stop passing no longer used nor recognized options jasper=false + and x11=false to meson, fails the build when using meson 0.60.x. + ------------------------------------------------------------------- Thu Sep 16 01:30:02 UTC 2021 - Stanislav Brabec diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec index 693f9aa..b9b3713 100644 --- a/gdk-pixbuf.spec +++ b/gdk-pixbuf.spec @@ -140,8 +140,6 @@ cp -a %{SOURCE2} . -Dpng=true \ -Dtiff=true \ -Djpeg=true \ - -Djasper=false \ - -Dx11=false \ -Dbuiltin_loaders=none \ -Dgtk_doc=false \ -Dintrospection=enabled \