On 10/07/2012 06:27 PM, [email protected] wrote: > Author: krejzi > Date: 2012-10-07 10:27:14 -0600 (Sun, 07 Oct 2012) > New Revision: 2540 > > Added: > trunk/MesaLib/MesaLib-9.0-add_xdemos-4.patch > Log: > MesaLib 9.0 xdemos patch rewritten from scratch. > > Added: trunk/MesaLib/MesaLib-9.0-add_xdemos-4.patch
MesaLib switched to autotools based build and it was hard to integrate our current demos build system into it. That's the reason why I've written new Makefile that can be used to build package on top of MesaLib 9.0 tree but using different commands: make -C xdemos DEMOS_PREFIX=$XORG_PREFIX DEMOS_PREFIX will default to /usr if not specified. make -C xdemos DEMOS_PREFIX=$XORG_PREFIX install can be used to install. DESTDIR is also supported. I've decided to use pkg-config to check for libX11 LIBS and CFLAGS in case XORG_PREFIX is something else than /usr. I believe that this patch should also work fine with MesaLib 8.0.4. I haven't checked it tough. -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
