From 468e21662daf926e82b73761f48a1d10c7d2db52 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 17 Oct 2011 14:18:28 +0200 Subject: mesa-dri: use DRIDRIVERS_append_arch to promote right usage for BSP layer maintainers (From OE-Core rev: 333859f0c068b9d03337a0397c7effd17cbd898a) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-graphics/mesa/mesa-dri.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/mesa') diff --git a/meta/recipes-graphics/mesa/mesa-dri.inc b/meta/recipes-graphics/mesa/mesa-dri.inc index 795144a2e6..fcce25996d 100644 --- a/meta/recipes-graphics/mesa/mesa-dri.inc +++ b/meta/recipes-graphics/mesa/mesa-dri.inc @@ -5,8 +5,8 @@ LIB_DEPS += "libdrm expat" DEFAULT_PREFERENCE = "-1" DRIDRIVERS = "swrast" -DRIDRIVERS_x86 = "swrast,i915,i965" -DRIDRIVERS_x86-64 = "swrast,i915,i965" +DRIDRIVERS_append_x86 = ",i915,i965" +DRIDRIVERS_append_x86-64 = ",i915,i965" EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium --without-gallium-drivers --with-dri-drivers=${DRIDRIVERS}" -- cgit v1.2.3-54-g00ecf