diff options
| author | Ross Burton <ross.burton@intel.com> | 2013-02-26 12:37:30 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-03 12:01:09 +0000 |
| commit | 82cb88e6157cc264ba714cc5d2de7f5933f1408e (patch) | |
| tree | dee4df17535a0f18da71a8539e0745b4b2c636e3 /meta/recipes-graphics | |
| parent | e4125eaf609ccd08f2990a4af3af2d368527a136 (diff) | |
| download | poky-82cb88e6157cc264ba714cc5d2de7f5933f1408e.tar.gz | |
weston: recommend some reasonable fonts so the terminal works
(From OE-Core rev: 5d3e26d12706606f804118fb77f96f0ada025e36)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/wayland/weston_1.0.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.0.3.bb b/meta/recipes-graphics/wayland/weston_1.0.3.bb index 6da6d6c9f7..afe8235e10 100644 --- a/meta/recipes-graphics/wayland/weston_1.0.3.bb +++ b/meta/recipes-graphics/wayland/weston_1.0.3.bb | |||
| @@ -52,3 +52,4 @@ do_install_append() { | |||
| 52 | FILES_${PN} += "${datadir}/applications ${datadir}/icons" | 52 | FILES_${PN} += "${datadir}/applications ${datadir}/icons" |
| 53 | 53 | ||
| 54 | RDEPENDS_${PN} += "xkeyboard-config" | 54 | RDEPENDS_${PN} += "xkeyboard-config" |
| 55 | RRECOMMENDS_${PN} = "liberation-fonts" | ||
