From: Marko Lindqvist Date: Thu, 13 Dec 2012 17:46:24 +0000 (+0200) Subject: xserver-xorg: add libgcrypt dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~39145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93ee5dd7c0cc0eddaad9bc9ebb31c00e97df64cb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xserver-xorg: add libgcrypt dependency Build failed because of missing libgcrypt. Signed-off-by: Marko Lindqvist Signed-off-by: Saul Wold --- diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index cea4c26cc77..7331cf64dd5 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -24,7 +24,7 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86vidmodeproto compositeproto recordproto resourceproto videoproto scrnsaverproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" -LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" +LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl libgcrypt" DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" # Split out some modules and extensions from the main package