[OE-core] [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS

Martin Jansa martin.jansa at gmail.com
Thu Oct 20 21:48:18 UTC 2011


On Thu, Oct 20, 2011 at 11:42:27PM +0200, Koen Kooi wrote:
> 
> Op 20 okt. 2011, om 21:44 heeft Martin Jansa het volgende geschreven:
> 
> > On Thu, Oct 20, 2011 at 12:36:01PM -0700, Khem Raj wrote:
> >> Fixes the compile problems e.g.
> >> 
> >> | checking for GL... yes
> >> | checking for DRIPROTO... yes
> >> | checking for DRI... no
> >> | configure: error: Package requirements (glproto >= 1.4.14 dri >=
> >> 7.8.0) were not met:
> >> |
> >> | No package 'dri' found
> >> |
> >> | Consider adjusting the PKG_CONFIG_PATH environment variable if you
> >> | installed software in a non-standard prefix.
> >> 
> >> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> >> ---
> >> .../xorg-xserver/xserver-xorg_1.11.1.bb            |    1 +
> >> 1 files changed, 1 insertions(+), 0 deletions(-)
> >> 
> >> diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bb
> >> index 0f94fe2..2aa71e5 100644
> >> --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bb
> >> +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bb
> >> @@ -1,2 +1,3 @@
> >> require xserver-xorg.inc
> >> require xserver-xorg-${PV}.inc
> >> +DEPENDS += "mesa-dri"
> > 
> > You can do this in xserver-xorg.inc
> > just change
> > LIB_DEPS += "virtual/libgl" to
> > LIB_DEPS += "mesa-dri"
> 
> that will drag it in for -lite as well, is that OK?

No it will not, this is not xserver-xorg-common.inc

I'll send patch for default-providers.inc to switch default to mesa-dri
too.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20111020/c2fe9a76/attachment-0002.sig>


More information about the Openembedded-core mailing list