Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame^] | 1 | SUMMARY = "GNOME flashback panel" |
| 2 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 4 | |
| 5 | inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gettext upstream-version-is-even features_check |
| 6 | |
| 7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" |
| 8 | |
| 9 | DEPENDS += " \ |
| 10 | yelp-tools-native \ |
| 11 | libwnck3 \ |
| 12 | polkit \ |
| 13 | dconf \ |
| 14 | libgweather4 \ |
| 15 | gnome-menus \ |
| 16 | gnome-desktop \ |
| 17 | gdm \ |
| 18 | " |
| 19 | |
| 20 | SRC_URI[archive.sha256sum] = "d8f6e2c659668c77df82c3dd95ba04fcef8c40c228e2c22605f9a17a9161ec83" |
| 21 | |
| 22 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" |
| 23 | |
| 24 | RDEPENDS:${PN} += "gdm-base" |