diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-dri.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri.inc b/meta/recipes-graphics/mesa/mesa-dri.inc index 1f6ec78c68..e43150b326 100644 --- a/meta/recipes-graphics/mesa/mesa-dri.inc +++ b/meta/recipes-graphics/mesa/mesa-dri.inc | |||
@@ -2,8 +2,8 @@ DEPENDS += "libdrm expat udev" | |||
2 | X11_DEPS += "dri2proto" | 2 | X11_DEPS += "dri2proto" |
3 | 3 | ||
4 | DRIDRIVERS = "swrast" | 4 | DRIDRIVERS = "swrast" |
5 | DRIDRIVERS_append_x86 = ",i915,i965" | 5 | DRIDRIVERS_append_x86 = ",radeon,r200,nouveau,i965,i915" |
6 | DRIDRIVERS_append_x86-64 = ",i915,i965" | 6 | DRIDRIVERS_append_x86-64 = ",radeon,r200,nouveau,i965,i915" |
7 | 7 | ||
8 | EXTRA_OECONF += "--disable-gallium --without-gallium-drivers" | 8 | EXTRA_OECONF += "--disable-gallium --without-gallium-drivers" |
9 | EXTRA_OECONF += "--enable-dri --with-dri-drivers=${DRIDRIVERS}" | 9 | EXTRA_OECONF += "--enable-dri --with-dri-drivers=${DRIDRIVERS}" |