Files
meta-openembedded/meta-efl/recipes-efl/tasks/task-x11-illume.bb
Martin Jansa 813e31e587 task-x11-illume: use allarch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-02-24 23:42:16 +01:00

24 lines
544 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 = "r2"
# WORK IN PROGRESS
inherit task allarch
# Default theme and config
ETHEME ?= "e-wm-theme-default"
ECONFIG ?= "e-wm-config-illume2"
RDEPENDS_${PN} = "\
task-x11-server \
task-x11-utils \
\
e-wm \
${ECONFIG} \
${ETHEME} \
"