X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Ffreedreno%2Fdecode%2Fmeson.build;h=9435fc8c04cf8a898766cd3f27adf377b87e4635;hp=4314c9f6c7c19b6290caee8bc297a5f58d9951e5;hb=9c33c5389818bc5035eb4538ea5d3fc1321dd27e;hpb=18bc5a81a764908dca11bbab2b07b716c66817e4 diff --git a/src/freedreno/decode/meson.build b/src/freedreno/decode/meson.build index 4314c9f6c7c..9435fc8c04c 100644 --- a/src/freedreno/decode/meson.build +++ b/src/freedreno/decode/meson.build @@ -100,7 +100,7 @@ if dep_lua.found() and dep_libarchive.found() libfreedreno_io, ], build_by_default: with_tools.contains('freedreno'), - install : with_tools.contains('freedreno'), + install: install_fd_decode_tools, ) endif @@ -119,7 +119,7 @@ crashdec = executable( libfreedreno_cffdec, ], build_by_default: with_tools.contains('freedreno'), - install : with_tools.contains('freedreno'), + install: install_fd_decode_tools, ) if dep_libarchive.found()