diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb new file mode 100644 index 0000000000..c4ba833a1b --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.34.4.bb | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | SUMMARY = "GNOME Settings" | ||
| 2 | DESCRIPTION = "GNOME Settings is GNOME's main interface for configuration of various aspects of your desktop" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" | ||
| 5 | |||
| 6 | GNOMEBASEBUILDCLASS = "meson" | ||
| 7 | |||
| 8 | inherit gnomebase gsettings gettext vala upstream-version-is-even bash-completion features_check | ||
| 9 | |||
| 10 | DEPENDS = " \ | ||
| 11 | gdk-pixbuf-native \ | ||
| 12 | colord-gtk \ | ||
| 13 | udisks2 \ | ||
| 14 | upower \ | ||
| 15 | polkit \ | ||
| 16 | pulseaudio \ | ||
| 17 | accountsservice \ | ||
| 18 | samba \ | ||
| 19 | gsettings-desktop-schemas \ | ||
| 20 | gnome-settings-daemon \ | ||
| 21 | gnome-desktop3 \ | ||
| 22 | gnome-online-accounts \ | ||
| 23 | network-manager-applet \ | ||
| 24 | gnome-bluetooth \ | ||
| 25 | grilo \ | ||
| 26 | libgtop \ | ||
| 27 | gsound \ | ||
| 28 | libpwquality \ | ||
| 29 | " | ||
| 30 | |||
| 31 | REQUIRED_DISTRO_FEATURES += "polkit pulseaudio systemd x11" | ||
| 32 | |||
| 33 | SRC_URI[archive.md5sum] = "4a783c45d6775185a683f143a14d460e" | ||
| 34 | SRC_URI[archive.sha256sum] = "17ea6db4b9cee75e99e77f0161a0e5209a3b86444ae775c2068ec192aba6272e" | ||
| 35 | SRC_URI += "file://0001-Add-meson-option-to-pass-sysroot.patch" | ||
| 36 | |||
| 37 | PACKAGECONFIG ??= "ibus ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | ||
| 38 | PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" | ||
| 39 | PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" | ||
| 40 | |||
| 41 | # Once we have (lib)cheese we can make cheese a PACKAGECONFIG | ||
| 42 | EXTRA_OEMESON = " \ | ||
| 43 | -Doe_sysroot=${STAGING_DIR_HOST} \ | ||
| 44 | -Dcheese=false \ | ||
| 45 | " | ||
| 46 | |||
| 47 | FILES_${PN} += " \ | ||
| 48 | ${datadir}/dbus-1 \ | ||
| 49 | ${datadir}/gnome-shell \ | ||
| 50 | ${datadir}/metainfo \ | ||
| 51 | " | ||
| 52 | |||
| 53 | FILES_${PN}-dev += "${datadir}/gettext" | ||
| 54 | |||
| 55 | RDEPENDS_${PN} += "gsettings-desktop-schemas" | ||
