diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-05-22 12:19:39 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-23 08:48:17 -0700 |
| commit | 21349a6e8360a47f235f8bad7d1ad7fcd4257f4e (patch) | |
| tree | 7389219e4f674540b04cc1261db6d4310f29cac4 | |
| parent | 2cb1b415332c34c1d04d2be02c5ad0e90c550580 (diff) | |
| download | meta-openembedded-21349a6e8360a47f235f8bad7d1ad7fcd4257f4e.tar.gz | |
gnome-control-center: update 43.2 -> 44.1
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_44.1.bb (renamed from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_43.2.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_43.2.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.1.bb index 830f3ec684..a64c2410a5 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_43.2.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_44.1.bb | |||
| @@ -37,9 +37,10 @@ inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext upstream-version-is | |||
| 37 | REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" | 37 | REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" |
| 38 | 38 | ||
| 39 | SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" | 39 | SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" |
| 40 | SRC_URI[archive.sha256sum] = "d7f256aba80a92c727b329fd01c8602da4b78f0fddaec93fcd91096964700563" | 40 | SRC_URI[archive.sha256sum] = "7abd365018e28679def60a5ecd3049db0fb85de6da49a96dadd21fba8db002e7" |
| 41 | 41 | ||
| 42 | PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | 42 | PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" |
| 43 | PACKAGECONFIG[cups] = ",,cups,cups" | ||
| 43 | PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" | 44 | PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" |
| 44 | PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" | 45 | PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" |
| 45 | 46 | ||
