comparison Makefile.in @ 4488:8f9bee27223f

optionally build mesa OpenGL library
author John W. Eaton <jwe@octave.org>
date Thu, 05 Oct 2017 10:44:53 -0400
parents 644022302e76
children f3fb203b6fca
comparison
equal deleted inserted replaced
4487:7b73612f57b9 4488:8f9bee27223f
34 # Set to "yes" to use the versions of GCC and binutils already 34 # Set to "yes" to use the versions of GCC and binutils already
35 # installed on your system (default is yes if doing native build). 35 # installed on your system (default is yes if doing native build).
36 USE_SYSTEM_GCC := @USE_SYSTEM_GCC@ 36 USE_SYSTEM_GCC := @USE_SYSTEM_GCC@
37 37
38 # Set to "yes" to use the version of fontconfig already installed 38 # Set to "yes" to use the version of fontconfig already installed
39 # on your system (default is yes if doing native build). 39 # on your system (default is yes if doing native build).
40 USE_SYSTEM_FONTCONFIG := @USE_SYSTEM_FONTCONFIG@ 40 USE_SYSTEM_FONTCONFIG := @USE_SYSTEM_FONTCONFIG@
41 41
42 # Set to "yes" to use the OpenGL libraries already installed
43 # on your system (default is yes).
44 USE_SYSTEM_OPENGL := @USE_SYSTEM_OPENGL@
45
42 # Set to "yes" to use the X11 libraries already installed 46 # Set to "yes" to use the X11 libraries already installed
43 # on your system (default is yes if doing native build). 47 # on your system (default is yes if doing native build).
44 USE_SYSTEM_X11_LIBS := @USE_SYSTEM_X11_LIBS@ 48 USE_SYSTEM_X11_LIBS := @USE_SYSTEM_X11_LIBS@
45 49
46 # Build compiler for 64-bit Windows. Using this option will build 50 # Build compiler for 64-bit Windows. Using this option will build
47 # binaries that require a 64-bit Windows system. 51 # binaries that require a 64-bit Windows system.
48 ENABLE_WINDOWS_64 := @ENABLE_WINDOWS_64@ 52 ENABLE_WINDOWS_64 := @ENABLE_WINDOWS_64@