mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Merge pull request #1297 from andersson/mesa-freedreno
extra/mesa enable freedreno
This commit is contained in:
commit
064150222d
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