gnome-disk-utility: disable build of man pages

this fixes:

| Program xsltproc found: NO
|
| ../gnome-disk-utility-41.0/doc/man/meson.build:1:0: ERROR: Program 'xsltproc' not found or not executable

Signed-off-by: Markus Volk <f_l_k@t-online.de>

Building man is enabled by default and this feature would require a dependency on libxslt-native
and network access at do_compile.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk
2022-03-06 15:02:01 +01:00
committed by Khem Raj
parent 0c1ef281f3
commit 91b245be8e
@@ -29,6 +29,8 @@ PACKAGECONFIG[systemd] = "-Dlogind=libsystemd,-Dlogind=none,systemd"
SRC_URI += " file://0001-build-fix-arguments-of-i18n.merge_file.patch"
SRC_URI[archive.sha256sum] = "8743c98fd656062ef862933efe30c5be4c6b322ec02eee154ec70d08ed0895df"
EXTRA_OEMESON = "-Dman=false"
FILES:${PN} += " \
${datadir}/metainfo \
${datadir}/dbus-1 \