Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 1 | SUMMARY = "GNOME flashback panel" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame^] | 2 | LICENSE = "GPL-2.0-only" |
Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 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-menus \ |
| 16 | gnome-desktop \ |
| 17 | gdm \ |
| 18 | " |
| 19 | |
| 20 | SRC_URI[archive.sha256sum] = "aea8c0efc2edba20e97ad4695179cd0a2538e64c2904702cc8c594e8e0898703" |
| 21 | |
| 22 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" |
| 23 | |
| 24 | RDEPENDS:${PN} += "gdm-base" |