Skip to content

Commit

Permalink
don't compile with lua
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Apr 13, 2024
1 parent ac1c536 commit e51c063
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 @@ -26,7 +26,7 @@ rnn_install_path = get_option('datadir') + '/freedreno/registers'
rnn_path = rnn_src_path + ':' + get_option('prefix') + '/' + rnn_install_path

dep_lua = dependency('lua54', 'lua53', 'lua52', 'lua', required: false,
allow_fallback: true, version: '>=5.2')
allow_fallback: false, version: '>=5.2')

dep_libarchive = dependency('libarchive', allow_fallback: false, required: false)
dep_libxml2 = dependency('libxml-2.0', allow_fallback: false, required: false)
Expand Down

0 comments on commit e51c063

Please sign in to comment.