Lines Matching +full:- +full:- +full:enable +full:- +full:vc4
1 # Copyright © 2017-2018 Intel Corporation
35 with_freedreno_kgsl = get_option('freedreno-kgsl')
36 with_install_tests = get_option('install-test-programs')
39 dep_pthread_stubs = dependency('pthread-stubs', version : '>= 0.4')
155 _vc4 = get_option('vc4')
174 # clock_gettime might require -rt, or it might not. find out
194 foreach a : ['-Wall', '-Wextra', '-Wsign-compare', '-Werror=undef',
195 '-Werror-implicit-function-declaration', '-Wpointer-arith',
196 '-Wwrite-strings', '-Wstrict-prototypes', '-Wmissing-prototypes',
197 '-Wmissing-declarations', '-Wnested-externs', '-Wpacked',
198 '-Wswitch-enum', '-Wmissing-format-attribute',
199 '-Wstrict-aliasing=2', '-Winit-self', '-Winline', '-Wshadow',
200 '-Wdeclaration-after-statement', '-Wold-style-definition']
205 # GCC will never error for -Wno-*, so check for -W* then add -Wno-* to the list
207 foreach a : ['unused-parameter', 'attributes', 'long-long',
208 'missing-field-initializers']
209 if cc.has_argument('-W@0@'.format(a))
210 warn_c_args += '-Wno-@0@'.format(a)
217 _cairo_tests = get_option('cairo-tests')
234 with_man_pages = get_option('man-pages')
239 if run_command(prog_xslt, '--nonet', manpage_style).returncode() != 0
261 [with_vc4, 'VC4'],
269 error('cannot enable freedreno-kgsl without freedreno support')
276 add_project_arguments('-include', 'config.h', language : 'c')
356 subdir('vc4') subdir
380 message(' VC4 API @0@'.format(with_vc4))