Feuerbacher, Alan wrote:
> Following up here on my first email:
>
> So, has anyone on this list successfully build MesaLib-8.0.4?

Yes.

     sed -i 's@FLAGS=\"-g@FLAGS=\"@' configure          &&
     patch -Np1 -i $DIR/$PROGRAM-add_xdemos-3.patch     &&
     patch -Np1 -i $DIR/$PROGRAM-llvm-3.1-fixes-1.patch &&
     ./configure --prefix=$XORG_PREFIX   \
                 --enable-texture-float  \
                 --enable-gles1          \
                 --enable-gles2          \
                 --enable-xa             \
                 --enable-shared-glapi   \
                 --enable-shared-dricore \
                 --enable-glx-tls        \
                 --with-gallium-drivers="nouveau,svga,swrast" &&
     make                                                     &&

Where XORG_PREFIX=/opt/xorg.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to