summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
37REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" 37REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11"
38 38
39SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" 39SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch"
40SRC_URI[archive.sha256sum] = "d7f256aba80a92c727b329fd01c8602da4b78f0fddaec93fcd91096964700563" 40SRC_URI[archive.sha256sum] = "7abd365018e28679def60a5ecd3049db0fb85de6da49a96dadd21fba8db002e7"
41 41
42PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" 42PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}"
43PACKAGECONFIG[cups] = ",,cups,cups"
43PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" 44PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus"
44PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" 45PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland"
45 46