All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] weston: add dependency on xkeyboard-config
@ 2013-02-26 12:37 Ross Burton
  2013-02-26 12:37 ` [PATCH 2/2] weston: recommend some reasonable fonts so the terminal works Ross Burton
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2013-02-26 12:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/wayland/weston_1.0.3.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/wayland/weston_1.0.3.bb b/meta/recipes-graphics/wayland/weston_1.0.3.bb
index 0635aa2..c7b02d4 100644
--- a/meta/recipes-graphics/wayland/weston_1.0.3.bb
+++ b/meta/recipes-graphics/wayland/weston_1.0.3.bb
@@ -51,6 +51,8 @@ do_install_append() {
 
 FILES_${PN} += "${datadir}/applications ${datadir}/icons"
 
+RDEPENDS_${PN} += "xkeyboard-config"
+
 # Add a group for weston-launch, a setuid helper
 USERADD_PACKAGES = "${PN}"
 GROUPADD_PARAM_${PN} = "weston-launch"
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] weston: recommend some reasonable fonts so the terminal works
  2013-02-26 12:37 [PATCH 1/2] weston: add dependency on xkeyboard-config Ross Burton
@ 2013-02-26 12:37 ` Ross Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Ross Burton @ 2013-02-26 12:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/wayland/weston_1.0.3.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/wayland/weston_1.0.3.bb b/meta/recipes-graphics/wayland/weston_1.0.3.bb
index c7b02d4..ca8675c 100644
--- a/meta/recipes-graphics/wayland/weston_1.0.3.bb
+++ b/meta/recipes-graphics/wayland/weston_1.0.3.bb
@@ -52,6 +52,7 @@ do_install_append() {
 FILES_${PN} += "${datadir}/applications ${datadir}/icons"
 
 RDEPENDS_${PN} += "xkeyboard-config"
+RRECOMMENDS_${PN} = "liberation-fonts"
 
 # Add a group for weston-launch, a setuid helper
 USERADD_PACKAGES = "${PN}"
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-26 12:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-26 12:37 [PATCH 1/2] weston: add dependency on xkeyboard-config Ross Burton
2013-02-26 12:37 ` [PATCH 2/2] weston: recommend some reasonable fonts so the terminal works Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.