Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 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 | LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
| 5 | PV = "1.0" |
| 6 | PR = "r5" |
| 7 | |
| 8 | inherit packagegroup allarch |
| 9 | |
| 10 | # Default theme and config |
| 11 | ETHEME ?= "e-wm-theme-default" |
| 12 | ECONFIG ?= "e-wm-config-mobile" |
| 13 | |
| 14 | RRECOMMENDS_${PN} = "\ |
| 15 | ${ETHEME} \ |
| 16 | " |
| 17 | |
| 18 | RDEPENDS_${PN} = "\ |
| 19 | packagegroup-core-x11-xserver \ |
| 20 | packagegroup-core-x11-utils \ |
| 21 | \ |
| 22 | e-wm \ |
| 23 | ${ECONFIG} \ |
| 24 | " |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 25 | |
| 26 | PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 27 | |
| 28 | PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm-config-mobile - the recipe will be removed on 2017-09-01 unless the issue is fixed" |
| 29 | |
| 30 | PNBLACKLIST[packagegroup-x11-illume] ?= "Runtime depends on blacklisted e-wm-theme-default - the recipe will be removed on 2017-09-01 unless the issue is fixed" |