[oe-commits] Martin Jansa : xdpyinfo: Add dependency on libxcomposite

git at git.openembedded.org git at git.openembedded.org
Mon Oct 7 08:24:42 UTC 2013


Module: openembedded-core.git
Branch: dora
Commit: 63eeecd7753383e2ec841781c844f4746cdf36e5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=63eeecd7753383e2ec841781c844f4746cdf36e5

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Oct  5 14:23:02 2013 +0200

xdpyinfo: Add dependency on libxcomposite

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 c853926..3688e1b 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"



More information about the Openembedded-commits mailing list