diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-05-21 20:11:23 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-23 08:44:43 -0700 |
commit | cbee7cc3dfec3c24a2fcf81a73de62333ee86220 (patch) | |
tree | 16ea3fbbfdc426e71cb1538c39f87dd77d0edef1 | |
parent | fe19113d0b2b4f8b7dfb83698eb6c89a1872ee05 (diff) | |
download | meta-openembedded-cbee7cc3dfec3c24a2fcf81a73de62333ee86220.tar.gz |
gnome-control-center: add PACKAGECONFIG knob for malcontent
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_46.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb index 9b54a00e64..d88c425319 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb | |||
@@ -46,6 +46,7 @@ PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" | |||
46 | PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" | 46 | PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" |
47 | PACKAGECONFIG[file-share] = ",,,gnome-user-share" | 47 | PACKAGECONFIG[file-share] = ",,,gnome-user-share" |
48 | PACKAGECONFIG[media-share] = ",,,rygel-meta tumbler" | 48 | PACKAGECONFIG[media-share] = ",,,rygel-meta tumbler" |
49 | PACKAGECONFIG[malcontent] = "-Dmalcontent=true,-Dmalcontent=false,malcontent,malcontent-ui" | ||
49 | 50 | ||
50 | EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}" | 51 | EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}" |
51 | 52 | ||