diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_49.2.2.bb (renamed from meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_49.2.2.bb index d8d5849534..9bb0228d50 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_48.3.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_49.2.2.bb | |||
| @@ -32,19 +32,22 @@ DEPENDS = " \ | |||
| 32 | udisks2 \ | 32 | udisks2 \ |
| 33 | upower \ | 33 | upower \ |
| 34 | ${@' libxslt-native docbook-xsl-stylesheets-native' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''} \ | 34 | ${@' libxslt-native docbook-xsl-stylesheets-native' if d.getVar('GIDOCGEN_ENABLED') == 'True' else ''} \ |
| 35 | blueprint-compiler-native \ | ||
| 35 | " | 36 | " |
| 36 | 37 | ||
| 37 | inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext gi-docgen upstream-version-is-even bash-completion features_check | 38 | inherit gtk-icon-cache pkgconfig gnomebase gsettings gettext gi-docgen upstream-version-is-even bash-completion features_check |
| 38 | 39 | ||
| 39 | REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" | 40 | REQUIRED_DISTRO_FEATURES += "opengl polkit pulseaudio systemd x11" |
| 40 | 41 | ||
| 42 | SRC_URI = "https://download.gnome.org/sources/gnome-control-center/${@oe.utils.trim_version('${PV}', 1)}/gnome-control-center-${PV}.tar.xz" | ||
| 43 | SRC_URI[sha256sum] = "c23ae220d6c1237d285925de7801e0e36338b9cc1a8bb51c2e37e715e6b503ad" | ||
| 44 | |||
| 41 | SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" | 45 | SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" |
| 42 | SRC_URI[archive.sha256sum] = "c0698245a6420badd077c16ffb218860e457cd7300612718eabf9aba47222bae" | ||
| 43 | 46 | ||
| 44 | PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | 47 | PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
| 45 | PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper" | 48 | PACKAGECONFIG[cups] = ",,cups,cups system-config-printer cups-pk-helper" |
| 46 | PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" | 49 | PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" |
| 47 | PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" | 50 | PACKAGECONFIG[x11] = "-Dx11=true, -Dx11=false, virtual/libx11" |
| 48 | PACKAGECONFIG[file-share] = ",,,gnome-user-share" | 51 | PACKAGECONFIG[file-share] = ",,,gnome-user-share" |
| 49 | PACKAGECONFIG[media-share] = ",,,rygel-meta tumbler" | 52 | PACKAGECONFIG[media-share] = ",,,rygel-meta tumbler" |
| 50 | PACKAGECONFIG[malcontent] = "-Dmalcontent=true,-Dmalcontent=false,malcontent,malcontent-ui" | 53 | PACKAGECONFIG[malcontent] = "-Dmalcontent=true,-Dmalcontent=false,malcontent,malcontent-ui" |
| @@ -54,6 +57,7 @@ EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}" | |||
| 54 | GIDOCGEN_MESON_OPTION = 'documentation' | 57 | GIDOCGEN_MESON_OPTION = 'documentation' |
| 55 | 58 | ||
| 56 | export XDG_DATA_DIRS = "${STAGING_DATADIR}" | 59 | export XDG_DATA_DIRS = "${STAGING_DATADIR}" |
| 60 | export GI_TYPELIB_PATH = "${RECIPE_SYSROOT}${libdir}/girepository-1.0" | ||
| 57 | 61 | ||
| 58 | FILES:${PN} += " \ | 62 | FILES:${PN} += " \ |
| 59 | ${datadir}/dbus-1 \ | 63 | ${datadir}/dbus-1 \ |
