blob: 934101f9ba5d4cdcfaad6c181d7a3945d2fb2136 [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001SUMMARY = "GNOME applications"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
4
5inherit packagegroup features_check
6
7REQUIRED_DISTRO_FEATURES = "x11"
8
9RDEPENDS_${PN} = " \
10 evolution-data-server \
11 evince \
12 file-roller \
13 gedit \
Andrew Geissler82c905d2020-04-13 13:39:40 -050014 ghex \
Brad Bishope42b3e32020-01-15 22:08:42 -050015 gnome-calculator \
16 gnome-font-viewer \
Andrew Geissler89770b02020-06-13 10:40:47 -050017 gnome-photos \
Brad Bishope42b3e32020-01-15 22:08:42 -050018 gnome-terminal \
19 libwnck3 \
20 nautilus \
21 ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'gnome-system-monitor', '', d)} \
22"