Enable documentation

This commit is contained in:
2025-11-09 14:44:28 +02:00
parent fb29d1951d
commit 56c0e407a3
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
+1 -1
View File
@@ -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