diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-10-05 14:23:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-07 09:37:32 +0100 |
commit | a72f4a9bfc8f7af6c456e7dd4d2b3efff12f8af4 (patch) | |
tree | fa62354a179fd311000fce80a35f62ce5b034960 /meta/recipes-graphics/xorg-app | |
parent | 0c7b734f9674c544c475e83d914f1122039a2e02 (diff) | |
download | poky-a72f4a9bfc8f7af6c456e7dd4d2b3efff12f8af4.tar.gz |
xdpyinfo: Add dependency on libxcomposite
(From OE-Core rev: 63eeecd7753383e2ec841781c844f4746cdf36e5)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-app')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb index c853926104..3688e1b579 100644 --- a/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb +++ b/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb | |||
@@ -9,7 +9,7 @@ clients and the server, and the different types of screens and visuals \ | |||
9 | that are available." | 9 | that are available." |
10 | 10 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" |
12 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau" | 12 | DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau libxcomposite" |
13 | PE = "1" | 13 | PE = "1" |
14 | 14 | ||
15 | SRC_URI += "file://disable-xkb.patch" | 15 | SRC_URI += "file://disable-xkb.patch" |