summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-03-25 04:22:03 +0100
committerKhem Raj <raj.khem@gmail.com>2025-03-24 21:14:57 -0700
commitb0a4bccd4119c118ceba8f4eaab15eb0cc9a3b02 (patch)
tree52d688c70b72e9caaa780b923c818e4d3b57ed54
parent3ed96f035da7549e6baffcd376b40d645db3922e (diff)
downloadmeta-openembedded-b0a4bccd4119c118ceba8f4eaab15eb0cc9a3b02.tar.gz
gnome-control-center: add PACKAGECONFIG knob for power-profiles
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb
index b43a59489b..340273aa33 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.0.bb
@@ -48,6 +48,7 @@ PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland"
48PACKAGECONFIG[file-share] = ",,,gnome-user-share" 48PACKAGECONFIG[file-share] = ",,,gnome-user-share"
49PACKAGECONFIG[media-share] = ",,,rygel-meta tumbler" 49PACKAGECONFIG[media-share] = ",,,rygel-meta tumbler"
50PACKAGECONFIG[malcontent] = "-Dmalcontent=true,-Dmalcontent=false,malcontent,malcontent-ui" 50PACKAGECONFIG[malcontent] = "-Dmalcontent=true,-Dmalcontent=false,malcontent,malcontent-ui"
51PACKAGECONFIG[power-profiles] = ",,,power-profiles-daemon"
51 52
52EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}" 53EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}"
53GIDOCGEN_MESON_OPTION = 'documentation' 54GIDOCGEN_MESON_OPTION = 'documentation'