mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
* e-wm-theme-illume is gone with illume1 (see b37564b7355af71595ac48b96bcf7d2087e47c73) * found by accident when running distroless build, guess everybody is using own theme anyway Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
24 lines
536 B
BlitzBasic
24 lines
536 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
|
|
|
|
# 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} \
|
|
"
|