Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
fix missing comma
  • Loading branch information
SolDev69 committed Aug 29, 2024
1 parent aec9152 commit 3735d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freedreno/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 3735d02

Please sign in to comment.