From fbf9e2fd49ac6c50a3b6c3c53fbf61cb0ca3b236 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 7 Oct 2011 17:42:13 +0200 Subject: xserver-xorg-common: move shared PROTO_DEPS and LIB_DEPS from xserver-xorg.inc and xserver-xorg-lite.inc to xserver-xorg-common.inc * xserver-xorg.inc is appending extra xf86driproto dri2proto to PROTO_DEPS and virtual/libgl to LIB_DEPS * both lite and dri variants now depend on font-util (from DEPENDS in xserver-xorg-common.inc) (From OE-Core rev: f7fb209cd447418e72c421ab473c35430ee46893) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc') diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc index 0a5d8b6b0c..d901e2ccf9 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc @@ -20,6 +20,10 @@ S = "${WORKDIR}/${XORG_PN}-${PV}" inherit autotools pkgconfig +PROTO_DEPS = "randrproto renderproto fixesproto damageproto xextproto xproto xf86dgaproto xf86miscproto xf86rushproto xf86vidmodeproto xf86bigfontproto compositeproto recordproto resourceproto videoproto scrnsaverproto evieext trapproto xineramaproto fontsproto kbproto inputproto bigreqsproto xcmiscproto glproto" +LIB_DEPS = "pixman libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl" +DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} font-util" + # Split out some modules and extensions from the main package # These aren't needed for basic operations and only take up space: # 32.0k libdri.so -- cgit v1.2.3-54-g00ecf