@ -242,7 +242,10 @@ libepoxy_inc = [
subdir('include/epoxy')
subdir('src')
subdir('test')
if get_option('tests')
endif
if get_option('docs')
doxygen = find_program('doxygen', required: false)
@ -15,3 +15,7 @@ option('x11',
type: 'boolean',
value: true,
description: 'Enable X11 support (GLX or EGL-X11)')
option('tests',
description: 'Build the test suite')