From: Mart Raudsepp Date: Wed, 28 Aug 2019 12:52:01 +0000 (+0300) Subject: x11-libs/gdk-pixbuf: fix emesonargs order after non-maintainer commit X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5f3cd533a073901f8f745cb638770939a2fd68ed;p=gentoo.git x11-libs/gdk-pixbuf: fix emesonargs order after non-maintainer commit Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp --- diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild index 8a883eb57eee..d6594527cccb 100644 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild @@ -63,9 +63,9 @@ src_prepare() { multilib_src_configure() { local emesonargs=( -Dpng=true - -Djasper=false $(meson_use tiff) $(meson_use jpeg) + -Djasper=false $(meson_use X x11) -Dbuiltin_loaders=png -Drelocatable=false