diff options
-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 | ||