mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 20:40:04 +00:00
openbox: add run time dependency on openbox-theme-clearlooks
Without this default theme install , openbox is unable to start, and shows the following message: dragonboard-410c:/home/linaro# openbox ObRender-Message: Unable to load the theme 'Clearlooks' ObRender-Message: Falling back to the default theme 'Clearlooks' ObRender-Message: Unable to load the theme 'Clearlooks' Openbox-Message: Unable to load a theme. As discussed in [1] , the solution is to make sure that openbox-theme-clearlooks is always included. [1] https://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg47153.html Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
88b739ebd9
commit
37c75b3e22
@ -37,7 +37,7 @@ python populate_packages_prepend() {
|
||||
do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True)
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "${PN}-core ${PN}-config"
|
||||
RDEPENDS_${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks"
|
||||
FILES_${PN}-core = "${bindir}/openbox ${libdir}/*${SOLIBS}"
|
||||
|
||||
FILES_${PN}-lxde += "${datadir}/lxde/ \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user