poky.conf: Add mesa-dri to EXCLUDE_FROM_WORLD

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5317 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-09-29 18:20:31 +00:00
parent 343d7bd798
commit 99d447c4b4
1 changed files with 3 additions and 0 deletions

View File

@ -134,3 +134,6 @@ EXCLUDE_FROM_WORLD_pn-libxml-parser-perl = "1"
EXCLUDE_FROM_WORLD_pn-libxml-simple-perl = "1"
# Needs gtk+ <= 2.10
EXCLUDE_FROM_WORLD_pn-gcalctool = "1"
# mesa gets pulled in when needed and can be platform specific
EXCLUDE_FROM_WORLD_pn-mesa-dri = "1"