Enable documentation

This commit is contained in:
2025-10-23 18:50:48 +03:00
parent 07ea5efc14
commit aeba4cd58e
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
name: glib name: glib
description: Low-level core library description: Low-level core library
version: 2.86.1 version: 2.86.1
revision: 1 revision: 2
url: https://gitlab.gnome.org/GNOME/glib url: https://gitlab.gnome.org/GNOME/glib
license: LGPL2.1-or-later license: LGPL2.1-or-later
architecture: any architecture: any
@@ -16,10 +16,12 @@ depends:
make_depends: make_depends:
- dbus - dbus
- gettext - gettext
- gi-docgen
- gobject-introspection - gobject-introspection
- libelf - libelf
- meson - meson
- python3 - python3
- python-docutils
- python-packaging - python-packaging
- shared-mime-info - shared-mime-info
downloads: downloads:
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { 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 meson compile -C build
} }