Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 1 | SUMMARY = "GNOME flashback panel" |
| 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 4 | |
| 5 | inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc 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 | libgweather \ |
| 15 | gnome-menus3 \ |
| 16 | gnome-desktop3 \ |
| 17 | gdm \ |
| 18 | " |
| 19 | |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 20 | SRC_URI[archive.md5sum] = "b6bb185ce1724f4b19699042d90282a6" |
| 21 | SRC_URI[archive.sha256sum] = "1e21b726dd397523ae79d29eb538bcae09e3427e23ccd63f28eb25ef3552abd3" |
Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame] | 22 | |
| 23 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" |
| 24 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 25 | RDEPENDS:${PN} += "gdm-base" |