[oe-commits] Ian Reinhart Geiser : mesa-dri: add extra dri drivers

git at git.openembedded.org git at git.openembedded.org
Fri Feb 1 15:56:04 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 3efcfa7e75dc0fe98b75ae1b7be8db5549182ff9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3efcfa7e75dc0fe98b75ae1b7be8db5549182ff9

Author: Ian Reinhart Geiser <igeiser at devonit.com>
Date:   Thu Jan 31 13:22:41 2013 -0500

mesa-dri: add extra dri drivers

 * By default enable only swrast.  This needs to
   be here or for some reason qemuarm tries to
   detect the intel dri libraries and fails.
 * For x86 and x86-64 explicitly set all of
   the supported drm drivers.

 builds properly with qemux86 qemuarm and qemux86-64

Signed-off-by: Ian Reinhart Geiser <igeiser at devonit.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 1f6ec78..e43150b 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"
 X11_DEPS += "dri2proto"
 
 DRIDRIVERS = "swrast"
-DRIDRIVERS_append_x86 = ",i915,i965"
-DRIDRIVERS_append_x86-64 = ",i915,i965"
+DRIDRIVERS_append_x86 = ",radeon,r200,nouveau,i965,i915"
+DRIDRIVERS_append_x86-64 = ",radeon,r200,nouveau,i965,i915"
 
 EXTRA_OECONF += "--disable-gallium --without-gallium-drivers"
 EXTRA_OECONF += "--enable-dri --with-dri-drivers=${DRIDRIVERS}"





More information about the Openembedded-commits mailing list