summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri.inc b/meta/recipes-graphics/mesa/mesa-dri.inc
index 7a1164bf30..2d5aa44c47 100644
--- a/meta/recipes-graphics/mesa/mesa-dri.inc
+++ b/meta/recipes-graphics/mesa/mesa-dri.inc
@@ -1,9 +1,6 @@
1DEPENDS += "libdrm expat udev" 1DEPENDS += "libdrm expat udev"
2X11_DEPS += "dri2proto" 2X11_DEPS += "dri2proto"
3 3
4# most of our targets do not have DRI so will use mesa-xlib
5DEFAULT_PREFERENCE = "-1"
6
7DRIDRIVERS = "swrast" 4DRIDRIVERS = "swrast"
8DRIDRIVERS_append_x86 = ",i915,i965" 5DRIDRIVERS_append_x86 = ",i915,i965"
9DRIDRIVERS_append_x86-64 = ",i915,i965" 6DRIDRIVERS_append_x86-64 = ",i915,i965"