From a21999477545c2aed1e6a80dc93f87368614c7e5 Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Fri, 27 Jul 2018 16:37:23 +0300 Subject: meson: Fixup gem_mocs_settings Arek's rpath fixes coincided with commit ff91dbc87eec ("igt/gem_mocs_settings: Use i915_pmu to measure rc6 residency"). Include the relevant change there too. Fixes: ff91dbc87eec ("igt/gem_mocs_settings: Use i915_pmu to measure rc6 residency") Cc: Arkadiusz Hiler Cc: Chris Wilson Signed-off-by: Petri Latvala Reviewed-by: Arkadiusz Hiler --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index 83b2732f..bb6c7627 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -281,7 +281,7 @@ test_progs += 'gem_eio' test_executables += executable('gem_mocs_settings', 'gem_mocs_settings.c', dependencies : test_deps + [ lib_igt_perf ], install_dir : libexecdir, - install_rpath : rpathdir, + install_rpath : libexecdir_rpathdir, install : true) test_progs += 'gem_mocs_settings' -- cgit v1.2.3