Files
meta-openembedded/meta-xfce/recipes-multimedia/packagegroups/packagegroup-xfce-multimedia.bb
T
Khem Raj fc979fffb6 packagegroup-xfce-multimedia: Check for x11 distro feature
Parole needs x11

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-06 19:20:38 -08:00

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 \
"