mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 14:19:52 +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 \
|
ghex \
|
||||||
gnome-calculator \
|
gnome-calculator \
|
||||||
gnome-calendar \
|
gnome-calendar \
|
||||||
gnome-disk-utility \
|
|
||||||
gnome-font-viewer \
|
gnome-font-viewer \
|
||||||
gnome-photos \
|
gnome-photos \
|
||||||
gnome-terminal \
|
gnome-terminal \
|
||||||
libwnck3 \
|
libwnck3 \
|
||||||
nautilus \
|
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