diff options
Diffstat (limited to 'recipes/mesa')
-rw-r--r-- | recipes/mesa/mesa_9.1.6.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/mesa/mesa_9.1.6.bbappend b/recipes/mesa/mesa_9.1.6.bbappend new file mode 100644 index 0000000..6c11709 --- /dev/null +++ b/recipes/mesa/mesa_9.1.6.bbappend | |||
@@ -0,0 +1,6 @@ | |||
1 | EGL_PLATFORMS = "fbdev" | ||
2 | PACKAGECONFIG = "egl gles dri gallium gallium-llvm gallium-egl" | ||
3 | GALLIUMDRIVERS_LLVM = "" | ||
4 | DRIDRIVERS_remove = "swrast,radeon,r200,nouveau,i965,i915" | ||
5 | DRIDRIVERS_append += "swrast" | ||
6 | EXTRA_OECONF += "--with-dri-drivers=""" | ||