diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-29 18:20:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-29 18:20:31 +0000 |
commit | 99d447c4b4ec37251368b9548ec8d60fe42cac38 (patch) | |
tree | 911477cd088e2aea14cc05c82d96228d8bd92fb1 | |
parent | 343d7bd798d59ecd85201e7f97b55ee3cefbdc45 (diff) | |
download | poky-99d447c4b4ec37251368b9548ec8d60fe42cac38.tar.gz |
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
-rw-r--r-- | meta/conf/distro/poky.conf | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
134 | EXCLUDE_FROM_WORLD_pn-libxml-simple-perl = "1" | 134 | EXCLUDE_FROM_WORLD_pn-libxml-simple-perl = "1" |
135 | # Needs gtk+ <= 2.10 | 135 | # Needs gtk+ <= 2.10 |
136 | EXCLUDE_FROM_WORLD_pn-gcalctool = "1" | 136 | EXCLUDE_FROM_WORLD_pn-gcalctool = "1" |
137 | # mesa gets pulled in when needed and can be platform specific | ||
138 | EXCLUDE_FROM_WORLD_pn-mesa-dri = "1" | ||
139 | |||