librsvg: Disable static

This commit is contained in:
Tee KOBAYASHI 2021-12-14 17:21:25 +09:00 committed by Henrik Grimler
parent 8836cf419c
commit b9efc15099
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ TERMUX_PKG_REPLACES="librsvg-dev"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
ac_cv_path_GDK_PIXBUF_QUERYLOADERS=$TERMUX_PREFIX/bin/gdk-pixbuf-query-loaders
--disable-introspection
--disable-static
"
termux_step_pre_configure() {