From 91b245be8ee13aa40ebf97924cc6b3dc1e029f04 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 6 Mar 2022 15:02:01 +0100 Subject: 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 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 --- meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb index a7945dd3e4..6bb69853a7 100644 --- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb +++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_41.0.bb @@ -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 \ -- cgit v1.2.3-54-g00ecf