Skip to content

Commit 2d6ca05

Browse files
committed
fix libxml2 depends bin
1 parent 8e4e24f commit 2d6ca05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/libs/xml2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
export LIB_NAME='xml2'
2626
export LIPO_LIBS="libxml2"
27-
export LIB_DEPENDS_BIN="autoconf automake libtool"
27+
export LIB_DEPENDS_BIN="meson pkg-config"
2828
export GIT_LOCAL_REPO=extra/xml2
2929
export GIT_COMMIT=v2.15.1
3030
export REPO_DIR=xml2

0 commit comments

Comments
 (0)