mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
packagegroup-xfce-multimedia: Check for x11 distro feature
Parole needs x11 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cf1273f9c1
commit
fc979fffb6
|
|
@ -1,6 +1,9 @@
|
|||
SUMMARY = "All packages multimedia packages available for XFCE"
|
||||
|
||||
inherit packagegroup
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user