From: Richard Purdie Date: Mon, 29 Sep 2008 19:46:36 +0000 (+0000) Subject: xserver-xf86-common: Fix PROVIDES to include PN X-Git-Tag: 2011-1~8197 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=897f19396598874fafe8ad9f966175b009b7deef;p=openembedded-core.git xserver-xf86-common: Fix PROVIDES to include PN git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5322 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc b/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc index 6502a19264..6caf889d1d 100644 --- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc +++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite.inc @@ -1,5 +1,7 @@ require xserver-xf86-common.inc +PROVIDES += "xserver-xf86-dri-lite" + 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 xf86driproto dri2proto" LIB_DEPS = "pixman mesa-dri libxfont xtrans libxau libxext libxdmcp libdrm libxkbfile libpciaccess openssl"