mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
packagegroup-gnome-apps: Add gnome-disk-utility only if polkit is in DISTRO_FEATURES
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -14,11 +14,10 @@ RDEPENDS_${PN} = " \
|
||||
ghex \
|
||||
gnome-calculator \
|
||||
gnome-calendar \
|
||||
gnome-disk-utility \
|
||||
gnome-font-viewer \
|
||||
gnome-photos \
|
||||
gnome-terminal \
|
||||
libwnck3 \
|
||||
nautilus \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'gnome-system-monitor', '', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'gnome-system-monitor gnome-disk-utility', '', d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user