glib: drop PKG_TOOLCHAIN hardcoding - was already meson

This commit is contained in:
Rudi Heitbaum 2022-08-28 02:48:37 +00:00
parent 4d4ca4367b
commit c9754ce014

View File

@ -11,7 +11,6 @@ PKG_URL="https://download.gnome.org/sources/glib/$(get_pkg_version_maj_min)/${PK
PKG_DEPENDS_HOST="libffi:host pcre2:host Python3:host meson:host ninja:host"
PKG_DEPENDS_TARGET="toolchain pcre2 zlib libffi Python3:host util-linux"
PKG_LONGDESC="A library which includes support routines for C such as lists, trees, hashes, memory allocation."
PKG_TOOLCHAIN="meson"
PKG_MESON_OPTS_HOST="-Ddefault_library=static \
-Dinstalled_tests=false \