projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2d95ec
)
x11-libs/gdk-pixbuf: fix emesonargs order after non-maintainer commit
author
Mart Raudsepp
<leio@gentoo.org>
Wed, 28 Aug 2019 12:52:01 +0000
(15:52 +0300)
committer
Mart Raudsepp
<leio@gentoo.org>
Wed, 28 Aug 2019 12:52:01 +0000
(15:52 +0300)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
patch
|
blob
|
history
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 8a883eb57eee36f219f80847de50e4e99a803b0e..d6594527cccbe862c5cebfe922a338e41b601394 100644
(file)
--- 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