mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9448de61c0
commit
468e21662d
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user