diff options
-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 b0980bc6c..f7115d592 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" + |