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