diff options
author | Samuel Stirtzel <s.stirtzel@googlemail.com> | 2013-10-31 11:36:55 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-18 23:11:35 +0100 |
commit | bab1d28a3520556f1fd0ecd70ea9579e25dbcb3e (patch) | |
tree | 96be146bb478d096259c9da5e7de6d954faab066 | |
parent | 843475197d97fa4ebf90374da7ec0446d4653290 (diff) | |
download | meta-openembedded-bab1d28a3520556f1fd0ecd70ea9579e25dbcb3e.tar.gz |
utouch-mtview: Add missing dependency to libx11
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/utouch/utouch-mtview_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
10 | SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http" | 10 | SRC_URI = "git://bitmath.org/git/mtview.git;protocol=http" |
11 | SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b" | 11 | SRCREV = "ad437c38dc111cf3990a03abf14efe1b5d89604b" |
12 | 12 | ||
13 | DEPENDS += "mtdev utouch-frame utouch-evemu" | 13 | DEPENDS += "mtdev utouch-frame utouch-evemu libx11" |
14 | 14 | ||
15 | PV = "1.1.7+git${SRCPV}" | 15 | PV = "1.1.7+git${SRCPV}" |
16 | 16 | ||