From 8c8fd0bb8e957430eef97f0a9ec5404d14760fcd Mon Sep 17 00:00:00 2001 From: Mathieu Bridon Date: Wed, 22 Aug 2018 14:09:49 +0200 Subject: meson: Run the install script with Python 3 The script was being run directly as an executable, and it has a Python 2 shebang. Reviewed-by: Eric Engestrom Reviewed-by: Emil Velikov --- src/gallium/targets/xvmc/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/xvmc/meson.build') diff --git a/src/gallium/targets/xvmc/meson.build b/src/gallium/targets/xvmc/meson.build index 2bf5ea23091..0af5b6477ce 100644 --- a/src/gallium/targets/xvmc/meson.build +++ b/src/gallium/targets/xvmc/meson.build @@ -56,6 +56,7 @@ foreach d : [[with_gallium_r600, 'r600'], [with_gallium_nouveau, 'nouveau']] endforeach meson.add_install_script( + prog_python.path(), join_paths(meson.source_root(), 'bin/install_megadrivers.py'), libxvmc_gallium.full_path(), xvmc_drivers_path, -- cgit v1.2.3