mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
22 lines
523 B
BlitzBasic
22 lines
523 B
BlitzBasic
DESCRIPTION = "The Illume Windowing Environment -- install this task to get the Enlightenment Window Manager + the Illume environment."
|
|
SECTION = "x11/wm"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
PV = "1.0"
|
|
PR = "r3"
|
|
|
|
inherit task allarch
|
|
|
|
# Default theme and config
|
|
ETHEME ?= "e-wm-theme-default"
|
|
ECONFIG ?= "e-wm-config-mobile"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
task-x11-server \
|
|
task-x11-utils \
|
|
\
|
|
e-wm \
|
|
${ECONFIG} \
|
|
${ETHEME} \
|
|
"
|