From 4f04e26c69747929243f176feaa90f3042481f53 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 16 Jul 2005 04:30:33 +0000 Subject: Say --with-mesa-source to get GLcore built. --- configure.ac | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 1663ac064..44b906696 100644 --- a/configure.ac +++ b/configure.ac @@ -195,6 +195,9 @@ AC_ARG_WITH(os-name, [ --with-os-name=OSNAME ], AC_ARG_WITH(os-vendor, [ --with-os-vendor=OSVENDOR ], [ OSVENDOR="$withval" ], [ OSVENDOR="" ]) +AC_ARG_WITH(mesa-source, [ --with-mesa-path=MESA_SOURCE ] + [ MESA_SOURCE="$withval" ], + [ MESA_SOURCE="" ]) AM_CONDITIONAL(INT10_VM86, [test x$INT10 = xvm86]) AM_CONDITIONAL(INT10_X86EMU, [test x$INT10 = xx86emu]) @@ -761,6 +764,15 @@ AC_OUTPUT([ Makefile GL/Makefile GL/glx/Makefile +GL/mesa/Makefile +GL/mesa/array_cache/Makefile +GL/mesa/main/Makefile +GL/mesa/math/Makefile +GL/mesa/shader/Makefile +GL/mesa/swrast/Makefile +GL/mesa/swrast_setup/Makefile +GL/mesa/tnl/Makefile +GL/mesa/X/Makefile include/Makefile afb/Makefile composite/Makefile -- cgit v1.2.3