mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-26 04:35:41 +03: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: https://github.com/SerenityOS/serenity/commit/0263052284 Pull-request: https://github.com/SerenityOS/serenity/pull/20089
@ -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…
Reference in New Issue
Block a user