mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 09:19:46 +00:00
packagegroup-xfce-base: add x11 to REQUIRED_DISTRO_FEATURES
Most packages in this packagegroup require x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
9a3c5c2b2e
commit
e0dc483313
@ -4,7 +4,9 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
|
||||
PR = "r5"
|
||||
|
||||
inherit packagegroup
|
||||
inherit packagegroup distro_features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
xfwm4 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user