comparison graphics/gdk-pixbuf/gdk-pixbuf.sh @ 602:705beca72ba0

vanilla: fix many meson based builds
author David Demelier <markand@malikania.fr>
date Sat, 13 Jul 2019 18:04:46 +0200
parents b1690d766bdb
children 25cecc6dca48
comparison
equal deleted inserted replaced
601:70fbd54ba952 602:705beca72ba0
84 LDFLAGS="$LDFLAGS" \ 84 LDFLAGS="$LDFLAGS" \
85 meson \ 85 meson \
86 --prefix / \ 86 --prefix / \
87 --buildtype release \ 87 --buildtype release \
88 --default-library shared \ 88 --default-library shared \
89 -D libdir=lib \
89 -D docs=false \ 90 -D docs=false \
90 -D man=false \ 91 -D man=false \
91 $with_jasper \ 92 $with_jasper \
92 $with_jpeg \ 93 $with_jpeg \
93 $with_png \ 94 $with_png \