diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-dri.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri.inc | 3 |
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 @@ | |||
1 | DEPENDS += "libdrm expat udev" | 1 | DEPENDS += "libdrm expat udev" |
2 | X11_DEPS += "dri2proto" | 2 | X11_DEPS += "dri2proto" |
3 | 3 | ||
4 | # most of our targets do not have DRI so will use mesa-xlib | ||
5 | DEFAULT_PREFERENCE = "-1" | ||
6 | |||
7 | DRIDRIVERS = "swrast" | 4 | DRIDRIVERS = "swrast" |
8 | DRIDRIVERS_append_x86 = ",i915,i965" | 5 | DRIDRIVERS_append_x86 = ",i915,i965" |
9 | DRIDRIVERS_append_x86-64 = ",i915,i965" | 6 | DRIDRIVERS_append_x86-64 = ",i915,i965" |