[oe-commits] [meta-openembedded] 05/33: openbox: add run time dependency on openbox-theme-clearlooks

git at git.openembedded.org git at git.openembedded.org
Tue Apr 12 09:49:44 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 14ed617c7996ef495e419452ddb3857f69de23ea
Author: Nicolas Dechesne <nicolas.dechesne at linaro.org>
AuthorDate: Mon Apr 4 15:35:44 2016 +0200

    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 at linaro.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
index 9f42177..b354ae7 100644
--- a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
+++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb
@@ -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/ \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list