mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
fc979fffb6
Parole needs x11 Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
367 B
BlitzBasic
17 lines
367 B
BlitzBasic
SUMMARY = "All packages multimedia packages available for XFCE"
|
|
|
|
inherit packagegroup features_check
|
|
|
|
# parole needs x11
|
|
REQUIRED_DISTRO_FEATURES = "pam x11"
|
|
|
|
# While this item does not require it, it depends on xfmpc and xfc4-mpc-plugin
|
|
# that wants mpd which does
|
|
LICENSE_FLAGS = "commercial"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
parole \
|
|
xfmpc \
|
|
xfce4-mpc-plugin \
|
|
"
|