aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks/task-x11-illume.bb
blob: b84efec51613c7f75e1d01675c9b3fd8db79ee00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"
FILE_PR = "r0"

# WORK IN PROGRESS

inherit task

# Default illume theme
ILLUME_THEME ?= "illume-theme-illume"

RDEPENDS_${PN} = "\
  task-x11-server \
  task-x11-utils \
#  xserver-kdrive-splash-illume \
  \
  e-wm \
  illume \
  illume-config-illume \
  illume-dicts-english-us \
  illume-keyboards-default \
  illume-keyboards-numbers \
  illume-keyboards-terminal \
  ${ILLUME_THEME} \
"