mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:07:47 +00:00
Ports/glib: Reformat package.sh according to our current style
This commit is contained in:
parent
0bf8735aba
commit
0263052284
1 changed files with 10 additions and 2 deletions
|
@ -3,8 +3,16 @@ port='glib'
|
||||||
version='2.77.0'
|
version='2.77.0'
|
||||||
files="https://download.gnome.org/sources/glib/2.77/glib-${version}.tar.xz glib-${version}.tar.xz 1897fd8ad4ebb523c32fabe7508c3b0b039c089661ae1e7917df0956a320ac4d"
|
files="https://download.gnome.org/sources/glib/2.77/glib-${version}.tar.xz glib-${version}.tar.xz 1897fd8ad4ebb523c32fabe7508c3b0b039c089661ae1e7917df0956a320ac4d"
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
configopts=("--cross-file" "${SERENITY_BUILD_DIR}/meson-cross-file.txt")
|
configopts=(
|
||||||
depends=("libiconv" "libffi" "zlib" "gettext" "pcre")
|
'--cross-file' "${SERENITY_BUILD_DIR}/meson-cross-file.txt"
|
||||||
|
)
|
||||||
|
depends=(
|
||||||
|
'gettext'
|
||||||
|
'libffi'
|
||||||
|
'libiconv'
|
||||||
|
'pcre'
|
||||||
|
'zlib'
|
||||||
|
)
|
||||||
|
|
||||||
configure() {
|
configure() {
|
||||||
# TODO: Figure out why GCC doesn't autodetect that libgcc_s is needed.
|
# TODO: Figure out why GCC doesn't autodetect that libgcc_s is needed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue