Merge pull request #1297 from andersson/mesa-freedreno

extra/mesa enable freedreno
This commit is contained in:
Kevin Mihelich 2015-11-11 17:50:08 -07:00
commit 064150222d

View file

@ -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 \