aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-x11-illume.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tasks/task-x11-illume.bb')
-rw-r--r--recipes/tasks/task-x11-illume.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes/tasks/task-x11-illume.bb b/recipes/tasks/task-x11-illume.bb
new file mode 100644
index 0000000000..8b813b4ebb
--- /dev/null
+++ b/recipes/tasks/task-x11-illume.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "The Illume Windowing Environment -- install this task to get the Enlightenment Window Manager + the Illume environment."
+SECTION = "x11/wm"
+LICENSE = "MIT"
+PV = "1.0"
+PR = "r0"
+
+# WORK IN PROGRESS
+
+inherit task
+
+# Default illume theme
+ILLUME_THEME ?= "e-wm-theme-illume"
+
+RDEPENDS_${PN} = "\
+ task-x11-server \
+ task-x11-utils \
+# xserver-kdrive-splash-illume \
+ \
+ e-wm \
+ e-wm-config-illume \
+ ${ILLUME_THEME} \
+"