diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
| commit | 7d995c58b1f3c34874110f6040021fd83d618732 (patch) | |
| tree | 21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/recipes-efl/tasks | |
| parent | 1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff) | |
| download | meta-openembedded-7d995c58b1f3c34874110f6040021fd83d618732.tar.gz | |
meta-efl: import from meta-shr.
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/tasks')
| -rw-r--r-- | meta-efl/recipes-efl/tasks/task-x11-illume.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/tasks/task-x11-illume.bb b/meta-efl/recipes-efl/tasks/task-x11-illume.bb new file mode 100644 index 0000000000..8b14adbfc4 --- /dev/null +++ b/meta-efl/recipes-efl/tasks/task-x11-illume.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "The Illume Windowing Environment -- install this task to get the Enlightenment Window Manager + the Illume environment." | ||
| 2 | SECTION = "x11/wm" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | PV = "1.0" | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | # WORK IN PROGRESS | ||
| 8 | |||
| 9 | inherit task | ||
| 10 | |||
| 11 | # Default illume theme | ||
| 12 | ETHEME ?= "e-wm-theme-illume" | ||
| 13 | ECONFIG ?= "e-wm-config-illume2" | ||
| 14 | |||
| 15 | RDEPENDS_${PN} = "\ | ||
| 16 | task-x11-server \ | ||
| 17 | task-x11-utils \ | ||
| 18 | \ | ||
| 19 | e-wm \ | ||
| 20 | ${ECONFIG} \ | ||
| 21 | ${ETHEME} \ | ||
| 22 | " | ||
