comparison Makefile.in @ 3827:02990526ae69

allow building of X11 libs to be disabled
author John W. Eaton <jwe@octave.org>
date Wed, 04 Mar 2015 09:27:23 -0500
parents 0ef36efbd9cd
children 938fb37b9c62
comparison
equal deleted inserted replaced
3826:58d4bbcb30bc 3827:02990526ae69
32 USE_SYSTEM_GCC := @USE_SYSTEM_GCC@ 32 USE_SYSTEM_GCC := @USE_SYSTEM_GCC@
33 33
34 # Set to "yes" to use the version of fontconfig already installed 34 # Set to "yes" to use the version of fontconfig already installed
35 # on your system (default is yes if doing native build). 35 # on your system (default is yes if doing native build).
36 USE_SYSTEM_FONTCONFIG := @USE_SYSTEM_FONTCONFIG@ 36 USE_SYSTEM_FONTCONFIG := @USE_SYSTEM_FONTCONFIG@
37
38 # Set to "yes" to use the X11 libraries already installed
39 # on your system (default is yes if doing native build).
40 USE_SYSTEM_X11_LIBS := @USE_SYSTEM_X11_LIBS@
37 41
38 # Build compiler for 64-bit Windows. Using this option will build 42 # Build compiler for 64-bit Windows. Using this option will build
39 # binaries that require a 64-bit Windows system. 43 # binaries that require a 64-bit Windows system.
40 ENABLE_WINDOWS_64 := @ENABLE_WINDOWS_64@ 44 ENABLE_WINDOWS_64 := @ENABLE_WINDOWS_64@
41 45