diff --git a/pkg.info b/pkg.info index 14f4e6c..3ebc958 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: glib description: Low-level core library version: 2.86.1 -revision: 1 +revision: 2 url: https://gitlab.gnome.org/GNOME/glib license: LGPL2.1-or-later architecture: any @@ -16,10 +16,12 @@ depends: make_depends: - dbus - gettext + - gi-docgen - gobject-introspection - libelf - meson - python3 + - python-docutils - python-packaging - shared-mime-info downloads: diff --git a/source.sh b/source.sh index ead55ae..92e0d3c 100644 --- a/source.sh +++ b/source.sh @@ -5,7 +5,7 @@ # The build function is executed in the source directory # This function is used to compile the source code build() { - meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release build + meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release -Ddocumentation=true build meson compile -C build }