packagegroup-x11-illume: lower ETHEME dependency to RRECOMMENDS because default e-wm-theme-default could be empty

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2016-03-18 22:22:35 +01:00
parent 4aae4b8f83
commit 21dba744fa

View File

@ -11,11 +11,14 @@ inherit packagegroup allarch
ETHEME ?= "e-wm-theme-default"
ECONFIG ?= "e-wm-config-mobile"
RRECOMMENDS_${PN} = "\
${ETHEME} \
"
RDEPENDS_${PN} = "\
packagegroup-core-x11-xserver \
packagegroup-core-x11-utils \
\
e-wm \
${ECONFIG} \
${ETHEME} \
"