summaryrefslogtreecommitdiff
path: root/src/gallium/targets/vdpau/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-03-26 10:55:37 +0000
committerEric Engestrom <eric.engestrom@intel.com>2019-12-27 22:43:34 +0000
commitdcba7731e6056b6cad03064f90a97cf206e68a75 (patch)
treec8f58b0cfeaeea8a1aadd37039a979822e6c6226 /src/gallium/targets/vdpau/meson.build
parentff3a2576a45e012b1cd8fbf73b9967083d6fce0e (diff)
meson: simplify install_megadrivers.py invocation
Note: `find_program()` needs a shebang on scripts. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'src/gallium/targets/vdpau/meson.build')
-rw-r--r--src/gallium/targets/vdpau/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/targets/vdpau/meson.build b/src/gallium/targets/vdpau/meson.build
index 155d5005b44..2032fa09674 100644
--- a/src/gallium/targets/vdpau/meson.build
+++ b/src/gallium/targets/vdpau/meson.build
@@ -71,8 +71,7 @@ foreach d : [[with_gallium_r300, 'r300'],
endforeach
meson.add_install_script(
- prog_python.path(),
- join_paths(meson.source_root(), 'bin/install_megadrivers.py'),
+ install_megadrivers_py.path(),
libvdpau_gallium.full_path(),
vdpau_drivers_path,
vdpau_drivers,