File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,9 +231,9 @@ meson install -C _build --tag bin-devel,devel
231
231
mkdir ${DEPS} /xml2
232
232
$CURL https://download.gnome.org/sources/libxml2/$( without_patch $VERSION_XML2 ) /libxml2-${VERSION_XML2} .tar.xz | tar xJC ${DEPS} /xml2 --strip-components=1
233
233
cd ${DEPS} /xml2
234
- ./configure --host= ${CHOST} --prefix= ${TARGET} --enable- static --disable-shared --disable-dependency-tracking \
235
- --with-minimum --with-reader --with-writer --with-valid --with-http --with-tree --with-zlib --without-python --without-lzma
236
- make install-strip
234
+ meson setup _build --default-library= static --buildtype=release --strip --prefix= ${TARGET} ${MESON} \
235
+ -Dminimum=true
236
+ meson install -C _build --tag devel
237
237
238
238
mkdir ${DEPS} /exif
239
239
$CURL https://github.com/libexif/libexif/releases/download/v${VERSION_EXIF} /libexif-${VERSION_EXIF} .tar.bz2 | tar xjC ${DEPS} /exif --strip-components=1
You can’t perform that action at this time.
0 commit comments