mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
Ports/glib: Reformat package.sh according to our current style
This commit is contained in:
parent
0bf8735aba
commit
0263052284
Notes:
sideshowbarker
2024-07-17 02:42:21 +09:00
Author: https://github.com/kennethmyhra
Commit: 0263052284
Pull-request: https://github.com/SerenityOS/serenity/pull/20089
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