diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-10-17 14:18:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-17 14:10:40 +0100 |
commit | 468e21662daf926e82b73761f48a1d10c7d2db52 (patch) | |
tree | ef3387df1d2a9372f9380588fade8d6c8c2499bd | |
parent | 9448de61c0f6fc8dfadcbfa069904a5e79ae81b0 (diff) | |
download | poky-468e21662daf926e82b73761f48a1d10c7d2db52.tar.gz |
mesa-dri: use DRIDRIVERS_append_arch to promote right usage for BSP layer maintainers
(From OE-Core rev: 333859f0c068b9d03337a0397c7effd17cbd898a)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 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" | |||
5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | 6 | ||
7 | DRIDRIVERS = "swrast" | 7 | DRIDRIVERS = "swrast" |
8 | DRIDRIVERS_x86 = "swrast,i915,i965" | 8 | DRIDRIVERS_append_x86 = ",i915,i965" |
9 | DRIDRIVERS_x86-64 = "swrast,i915,i965" | 9 | DRIDRIVERS_append_x86-64 = ",i915,i965" |
10 | 10 | ||
11 | EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium --without-gallium-drivers --with-dri-drivers=${DRIDRIVERS}" | 11 | EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium --without-gallium-drivers --with-dri-drivers=${DRIDRIVERS}" |
12 | 12 | ||