mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00
task-x11-illume: change default ETHEME from e-wm-theme-illume to e-wm-theme-default
* e-wm-theme-illume is gone with illume1 (see b37564b735
)
* 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>
This commit is contained in:
parent
143367e4f5
commit
d6f83f8423
|
@ -3,14 +3,14 @@ SECTION = "x11/wm"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PV = "1.0"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
# WORK IN PROGRESS
|
||||
|
||||
inherit task
|
||||
|
||||
# Default illume theme
|
||||
ETHEME ?= "e-wm-theme-illume"
|
||||
# Default theme and config
|
||||
ETHEME ?= "e-wm-theme-default"
|
||||
ECONFIG ?= "e-wm-config-illume2"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
|
|
Loading…
Reference in New Issue
Block a user