[Intel-gfx] [PATCH i-g-t 10/12] meson: Drop the 'lib' prefix from intel_aubdump.so
Ville Syrjala
ville.syrjala at linux.intel.com
Mon Sep 11 17:25:05 UTC 2017
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Autotools didn't add the 'lib' prefix to the intel_aubdump.so filename.
Coerce meson to match that.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
tools/meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tools/meson.build b/tools/meson.build
index bf24602396f1..0e64621d1d45 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -80,6 +80,9 @@ install_subdir('registers', install_dir : pkgdatadir,
'Makefile', 'Makefile.in', 'Makefile.am',
])
-shared_library('intel_aubdump', 'aubdump.c', dependencies : [ igt_deps, dlsym ])
+shared_library('intel_aubdump', 'aubdump.c',
+ dependencies : [ igt_deps, dlsym ],
+ name_prefix : '',
+ install : true)
subdir('null_state_gen')
--
2.13.5
More information about the Intel-gfx
mailing list