Enable documentation
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user