Lines Matching refs:get_option
15 epoxy_prefix = get_option('prefix')
16 epoxy_libdir = join_paths(epoxy_prefix, get_option('libdir'))
17 epoxy_datadir = join_paths(epoxy_prefix, get_option('datadir'))
18 epoxy_includedir = join_paths(epoxy_prefix, get_option('includedir'))
27 conf.set_quoted('PACKAGE_DATADIR', join_paths(get_option('prefix'), get_option('datadir')))
28 conf.set_quoted('PACKAGE_LIBDIR', join_paths(get_option('prefix'), get_option('libdir')))
29 conf.set_quoted('PACKAGE_LOCALEDIR', join_paths(get_option('prefix'), get_option('datadir'), 'local…
30 conf.set_quoted('PACKAGE_LIBEXECDIR', join_paths(get_option('prefix'), get_option('libexecdir')))
37 enable_glx = get_option('glx')
44 enable_egl = get_option('egl')
51 enable_x11 = get_option('x11')
139 libtype = get_option('default_library')
221 if get_option('tests')
225 if get_option('docs')