From e8a2e78ab8885e1c373b998ade6400be6067c91c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 8 Apr 2026 09:15:04 +0200 Subject: [PATCH] phosh-mobile-settings: enable manpages --- recipes-gtk/phosh/phosh-mobile-settings_0.54.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-gtk/phosh/phosh-mobile-settings_0.54.0.bb b/recipes-gtk/phosh/phosh-mobile-settings_0.54.0.bb index b4c7e99..7a22b76 100644 --- a/recipes-gtk/phosh/phosh-mobile-settings_0.54.0.bb +++ b/recipes-gtk/phosh/phosh-mobile-settings_0.54.0.bb @@ -19,9 +19,9 @@ DEPENDS = " \ " PACKAGECONFIG ?= "" -PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,rst2man-native" +PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,python3-docutils-native" -inherit gsettings meson pkgconfig gtk-icon-cache gobject-introspection +inherit gsettings meson pkgconfig gtk-icon-cache manpages gobject-introspection SRC_URI = "git://gitlab.gnome.org/World/Phosh/phosh-mobile-settings.git;protocol=https;nobranch=1;name=phosh-mobile-settings" SRC_URI += "git://gitlab.gnome.org/GNOME/libgnome-volume-control.git;protocol=https;subdir=${S}/subprojects/gvc;name=gvc;nobranch=1"