diff --git a/src/freedreno/meson.build b/src/freedreno/meson.build index e0a26499a2e..709e628755e 100644 --- a/src/freedreno/meson.build +++ b/src/freedreno/meson.build @@ -9,7 +9,7 @@ rnn_install_path = get_option('datadir') + '/freedreno/registers' rnn_path = rnn_src_path + ':' + get_option('prefix') + '/' + rnn_install_path dep_libarchive = dependency('libarchive', allow_fallback: false, required: false) -dep_libxml2 = dependency('libxml-2.0', allow_fallback: false required: false) +dep_libxml2 = dependency('libxml-2.0', allow_fallback: false, required: false) prog_gzip = find_program('gzip', required: false) install_fd_decode_tools = dep_libxml2.found() and prog_gzip.found() and \