Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-oe][PATCH] utouch-mtview: Add missing dependency to libx11
@ 2013-10-29 15:46 Samuel Stirtzel
  2013-10-31  9:34 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Stirtzel @ 2013-10-29 15:46 UTC (permalink / raw)
  To: openembedded-devel

Also added RDEPENDS to virtual/xserver since this program cannot be used without X

Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
---
 .../recipes-support/utouch/utouch-mtview_git.bb    |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
index 0f72479..973d509 100644
--- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
@@ -10,7 +10,9 @@ inherit autotools
 SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http"
 SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b"
 
-DEPENDS += "mtdev utouch-frame utouch-evemu"
+DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
+
+RDEPENDS += "virtual/xserver"
 
 PV = "1.1.7+git${SRCPV}"
 
-- 
1.7.9.5



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

end of thread, other threads:[~2013-10-31  9:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-29 15:46 [meta-oe][PATCH] utouch-mtview: Add missing dependency to libx11 Samuel Stirtzel
2013-10-31  9:34 ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox