mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/mesa enable freedreno
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
This commit is contained in:
parent
27b7694749
commit
807fc6005b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ build() {
|
|||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
|
||||
--with-gallium-drivers=nouveau,swrast \
|
||||
--with-gallium-drivers=freedreno,nouveau,swrast \
|
||||
--with-dri-drivers=nouveau,swrast \
|
||||
--with-egl-platforms=x11,drm,wayland \
|
||||
--enable-llvm-shared-libs \
|
||||
|
|
Loading…
Reference in a new issue