commit: 5f3cd533a073901f8f745cb638770939a2fd68ed
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 12:52:01 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 12:52:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3cd533
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 <leio <AT> gentoo.org>
x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 8a883eb57ee..d6594527ccc 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