diff --git a/Ports/glib/package.sh b/Ports/glib/package.sh index 00348c3dd0..d9551d0bd9 100755 --- a/Ports/glib/package.sh +++ b/Ports/glib/package.sh @@ -3,8 +3,16 @@ port='glib' version='2.77.0' files="https://download.gnome.org/sources/glib/2.77/glib-${version}.tar.xz glib-${version}.tar.xz 1897fd8ad4ebb523c32fabe7508c3b0b039c089661ae1e7917df0956a320ac4d" useconfigure='true' -configopts=("--cross-file" "${SERENITY_BUILD_DIR}/meson-cross-file.txt") -depends=("libiconv" "libffi" "zlib" "gettext" "pcre") +configopts=( + '--cross-file' "${SERENITY_BUILD_DIR}/meson-cross-file.txt" +) +depends=( + 'gettext' + 'libffi' + 'libiconv' + 'pcre' + 'zlib' +) configure() { # TODO: Figure out why GCC doesn't autodetect that libgcc_s is needed.