blob: 9a7c377a3b86473b985c7516879fd09dc61342c4 [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001SUMMARY = "GNOME flashback panel"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4
5inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc gettext upstream-version-is-even features_check
6
7REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam"
8
9DEPENDS += " \
10 yelp-tools-native \
11 libwnck3 \
12 polkit \
13 dconf \
14 libgweather \
15 gnome-menus3 \
16 gnome-desktop3 \
17 gdm \
18"
19
Andrew Geissler89770b02020-06-13 10:40:47 -050020SRC_URI[archive.md5sum] = "b6bb185ce1724f4b19699042d90282a6"
21SRC_URI[archive.sha256sum] = "1e21b726dd397523ae79d29eb538bcae09e3427e23ccd63f28eb25ef3552abd3"
Brad Bishope42b3e32020-01-15 22:08:42 -050022
23PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server"
24
Patrick Williams213cb262021-08-07 19:21:33 -050025RDEPENDS:${PN} += "gdm-base"