st/nine: update configure options in the README
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 7 Feb 2017 22:20:51 +0000 (22:20 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 10 Feb 2017 11:47:24 +0000 (11:47 +0000)
Cc: Axel Davy <axel.davy@ens.fr>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/gallium/state_trackers/nine/README

index f10045c..34e928d 100644 (file)
@@ -3,10 +3,9 @@ Quickstart Guide
 *** Configure and build mesa
 CFLAGS="-m32" CXXFLAGS="-m32" ./autogen.sh --prefix=/usr \
  --with-gallium-drivers=nouveau,r600,swrast --enable-nine \
- --with-gallium-driver-dir="`pwd`/src/gallium/targets/pipe-loader/.libs" \
  --enable-debug --enable-texture-float --with-dri-drivers= --disable-dri \
  --disable-opengl --disable-egl --disable-vdpau --disable-xvmc --disable-gbm \
- --disable-gallium-llvm
+ --disable-llvm
 make
 
 *** Then we create some symlinks to mesa: