From bab1d28a3520556f1fd0ecd70ea9579e25dbcb3e Mon Sep 17 00:00:00 2001 From: Samuel Stirtzel Date: Thu, 31 Oct 2013 11:36:55 +0000 Subject: [PATCH] utouch-mtview: Add missing dependency to libx11 Signed-off-by: Samuel Stirtzel Signed-off-by: Martin Jansa --- meta-oe/recipes-support/utouch/utouch-mtview_git.bb | 2 +- 1 file changed, 1 insertion(+), 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 0f72479c80..6ebeb9fa4b 100644 --- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb +++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb @@ -10,7 +10,7 @@ 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" PV = "1.1.7+git${SRCPV}"