mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01: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"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
PV = "1.0"
|
PV = "1.0"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
# WORK IN PROGRESS
|
# WORK IN PROGRESS
|
||||||
|
|
||||||
inherit task
|
inherit task
|
||||||
|
|
||||||
# Default illume theme
|
# Default theme and config
|
||||||
ETHEME ?= "e-wm-theme-illume"
|
ETHEME ?= "e-wm-theme-default"
|
||||||
ECONFIG ?= "e-wm-config-illume2"
|
ECONFIG ?= "e-wm-config-illume2"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user