aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-03-26 10:55:37 +0000
committerEric Engestrom <[email protected]>2019-12-27 22:43:34 +0000
commitdcba7731e6056b6cad03064f90a97cf206e68a75 (patch)
treec8f58b0cfeaeea8a1aadd37039a979822e6c6226 /src/gallium/targets/dri
parentff3a2576a45e012b1cd8fbf73b9967083d6fce0e (diff)
meson: simplify install_megadrivers.py invocation
Note: `find_program()` needs a shebang on scripts. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri')
-rw-r--r--src/gallium/targets/dri/meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/targets/dri/meson.build b/src/gallium/targets/dri/meson.build
index f4645cfdcd7..954b2182ce4 100644
--- a/src/gallium/targets/dri/meson.build
+++ b/src/gallium/targets/dri/meson.build
@@ -110,8 +110,7 @@ foreach d : [[with_gallium_kmsro, [
endforeach
meson.add_install_script(
- prog_python.path(),
- join_paths(meson.source_root(), 'bin/install_megadrivers.py'),
+ install_megadrivers_py.path(),
libgallium_dri.full_path(),
dri_drivers_path,
gallium_dri_drivers,