diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-06 23:16:54 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-06 23:16:54 +0800 |
| commit | a7208bf59d6b0cd7b6ecadc82956cdc681dbe31d (patch) | |
| tree | 06f284513c308b1526e003f0cdbf840983c183b7 /repos/extra/glib/abuild | |
| parent | 5ce753fa1f5cab6eb8a337c4b049ba5450fcb1e2 (diff) | |
| download | alicelinux-a7208bf59d6b0cd7b6ecadc82956cdc681dbe31d.tar.gz alicelinux-a7208bf59d6b0cd7b6ecadc82956cdc681dbe31d.zip | |
glib: updated to 2.82.1
Diffstat (limited to 'repos/extra/glib/abuild')
| -rw-r--r-- | repos/extra/glib/abuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/repos/extra/glib/abuild b/repos/extra/glib/abuild index e29f3305..02bbc8d2 100644 --- a/repos/extra/glib/abuild +++ b/repos/extra/glib/abuild @@ -1,11 +1,13 @@ name=glib -version=2.78.4 +version=2.82.1 release=1 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz 0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch" +[ -f $SPM_PKGDB/gobject-introspection ] || _opt="-Dintrospection=disabled" build_opt=" -Dman=false -Dgtk_doc=false -Dselinux=disabled -Dtests=false + $_opt " |