Enable documentation
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: upower
|
name: upower
|
||||||
description: Abstraction for enumerating power devices, listening to device events and querying history and statistics
|
description: Abstraction for enumerating power devices, listening to device events and querying history and statistics
|
||||||
version: 1.90.10
|
version: 1.90.10
|
||||||
revision: 3
|
revision: 4
|
||||||
url: https://upower.freedesktop.org/
|
url: https://upower.freedesktop.org/
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
@@ -19,6 +19,7 @@ optional_depends:
|
|||||||
make_depends:
|
make_depends:
|
||||||
- docbook-xsl-nons
|
- docbook-xsl-nons
|
||||||
- gobject-introspection
|
- gobject-introspection
|
||||||
|
- gtk-doc
|
||||||
- meson
|
- meson
|
||||||
- python3
|
- python3
|
||||||
- udev
|
- udev
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
build() {
|
build() {
|
||||||
meson setup --prefix=/usr \
|
meson setup --prefix=/usr \
|
||||||
--buildtype=release \
|
--buildtype=release \
|
||||||
-D gtk-doc=false \
|
-D gtk-doc=true \
|
||||||
-D man=true \
|
-D man=true \
|
||||||
-D systemdsystemunitdir=no \
|
-D systemdsystemunitdir=no \
|
||||||
-D udevrulesdir=/usr/lib/udev/rules.d build
|
-D udevrulesdir=/usr/lib/udev/rules.d build
|
||||||
|
|||||||
Reference in New Issue
Block a user