diff options
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 " |