blob: 2bcf145471f8811b091dacefcd244db8dd883ca3 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "GNOME flashback panel"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "GPL-2.0-only"
Andrew Geissler595f6302022-01-24 19:11:47 +00003LIC_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-menus \
16 gnome-desktop \
17 gdm \
18"
19
20SRC_URI[archive.sha256sum] = "aea8c0efc2edba20e97ad4695179cd0a2538e64c2904702cc8c594e8e0898703"
21
22PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server"
23
24RDEPENDS:${PN} += "gdm-base"