From: Richard Purdie Date: Mon, 29 Sep 2008 18:20:31 +0000 (+0000) Subject: poky.conf: Add mesa-dri to EXCLUDE_FROM_WORLD X-Git-Tag: 2011-1~8202 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=99d447c4b4ec37251368b9548ec8d60fe42cac38;p=openembedded-core.git 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 --- diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index b0980bc6c9..f7115d5921 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -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" +