@ -34,7 +34,7 @@ conf.set('HAVE_KHRPLATFORM_H', cc.has_header('KHR/khrplatform.h', required: fals
# configure time switch to enable or disable it; in case
# configure time switch to enable or disable it; in case
# the "auto" default value is set, we only enable GLX
# the "auto" default value is set, we only enable GLX
# support on Linux and Unix
# support on Linux and Unix
enable_glx = get_option ( 'enable- glx' )
enable_glx = get_option ( 'glx' )
if enable_glx == 'auto'
if enable_glx == 'auto'
if host_system == 'windows'
if host_system == 'windows'
build_glx = false
build_glx = false
@ -53,7 +53,7 @@ elif enable_glx == 'no'
build_glx = false
build_glx = false
endif
endif
enable_egl = get_option ( 'enable-e gl' )
enable_egl = get_option ( 'egl' )
if enable_egl == 'auto'
if enable_egl == 'auto'
if host_system == 'windows'
if host_system == 'windows'
build_egl = false
build_egl = false
@ -249,7 +249,7 @@ subdir('include/epoxy')
subdir ( 'src' )
subdir ( 'src' )
subdir ( 'test' )
subdir ( 'test' )
if get_option ( 'enable- docs' )
if get_option ( 'docs' )
doxygen = find_program ( 'doxygen' , required : false )
doxygen = find_program ( 'doxygen' , required : false )
if doxygen . found ( )
if doxygen . found ( )
subdir ( 'doc' )
subdir ( 'doc' )