diff options
author | 2019-08-28 15:52:01 +0300 | |
---|---|---|
committer | 2019-08-28 15:52:01 +0300 | |
commit | 5f3cd533a073901f8f745cb638770939a2fd68ed (patch) | |
tree | a8e9ab7c59e68c5b5059f96e5d7253d4727217d3 /x11-libs/gdk-pixbuf | |
parent | app-misc/tracker-miners: bump to 2.2.2 (diff) | |
download | gentoo-5f3cd533a073901f8f745cb638770939a2fd68ed.tar.gz gentoo-5f3cd533a073901f8f745cb638770939a2fd68ed.tar.bz2 gentoo-5f3cd533a073901f8f745cb638770939a2fd68ed.zip |
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@gentoo.org>
Diffstat (limited to 'x11-libs/gdk-pixbuf')
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |