From: Dodji Seketeli Date: Fri, 11 May 2007 16:15:53 +0000 (+0000) Subject: Added xineramaproto to the build dependencies of xserver-kdrive X-Git-Tag: 2011-1~11700 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e7db1853a379c30e0b1469426db061cdf0e7f2a5;p=openembedded-core.git Added xineramaproto to the build dependencies of xserver-kdrive Otherwise the build of xserver-kdrive fails. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1713 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/xorg-xserver/xserver-kdrive-common.inc b/meta/packages/xorg-xserver/xserver-kdrive-common.inc index 04a0f9fd13..f3db2ef0ed 100644 --- a/meta/packages/xorg-xserver/xserver-kdrive-common.inc +++ b/meta/packages/xorg-xserver/xserver-kdrive-common.inc @@ -1,5 +1,5 @@ LICENSE = "MIT" -DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto scrnsaverproto videoproto xextproto xproto \ +DEPENDS = "compositeproto damageproto fixesproto recordproto resourceproto scrnsaverproto xineramaproto videoproto xextproto xproto \ libxau libxext libxdmcp libxfont libxrandr tslib virtual/libx11 xtrans" PROVIDES = "virtual/xserver"