diff options
-rw-r--r-- | meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 9f42177c26..b354ae7a1b 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() { | |||
37 | do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True) | 37 | do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True) |
38 | } | 38 | } |
39 | 39 | ||
40 | RDEPENDS_${PN} += "${PN}-core ${PN}-config" | 40 | RDEPENDS_${PN} += "${PN}-core ${PN}-config ${PN}-theme-clearlooks" |
41 | FILES_${PN}-core = "${bindir}/openbox ${libdir}/*${SOLIBS}" | 41 | FILES_${PN}-core = "${bindir}/openbox ${libdir}/*${SOLIBS}" |
42 | 42 | ||
43 | FILES_${PN}-lxde += "${datadir}/lxde/ \ | 43 | FILES_${PN}-lxde += "${datadir}/lxde/ \ |