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-06 09:46:29 +0100 |
commit | 63eeecd7753383e2ec841781c844f4746cdf36e5 (patch) | |
tree | c204a77695273ba00c66ab76089dd111384fa852 /meta/recipes-graphics/xorg-app | |
parent | 72938a8631cfe5be5ac88ad67f2db595e2487e86 (diff) | |
download | openembedded-core-63eeecd7753383e2ec841781c844f4746cdf36e5.tar.gz openembedded-core-63eeecd7753383e2ec841781c844f4746cdf36e5.tar.bz2 openembedded-core-63eeecd7753383e2ec841781c844f4746cdf36e5.zip |
xdpyinfo: Add dependency on libxcomposite
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 \ that are available." LIC_FILES_CHKSUM = "file://COPYING;md5=f3d09e6b9e203a1af489e16c708f4fb3" -DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau" +DEPENDS += "libxtst libxext libxxf86vm libxxf86dga libxxf86misc libxi libxrender libxinerama libdmx libxau libxcomposite" PE = "1" SRC_URI += "file://disable-xkb.patch" |