diff mbox series

[3/3] meson: set the default plugindir to make Makefile

Message ID 20230831100438.3946997-3-ross.burton@arm.com (mailing list archive)
State New
Headers show
Series [1/3] meson: add option to disable documentation | expand

Commit Message

Ross Burton Aug. 31, 2023, 10:04 a.m. UTC
From: Ross Burton <ross.burton@arm.com>

The Makefiles install the plugins to $libdir/traceevent/plugins, so make
the Meson build files install to the same location.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meson.build b/meson.build
index 506b0e8..4bba4d8 100644
--- a/meson.build
+++ b/meson.build
@@ -25,7 +25,7 @@  htmldir = join_paths(prefixdir, get_option('htmldir'))
 libdir = join_paths(prefixdir, get_option('libdir'))
 plugindir = get_option('plugindir')
 if plugindir == ''
-    plugindir = join_paths(libdir, 'libtraceevent/plugins')
+    plugindir = join_paths(libdir, 'traceevent/plugins')
 endif
 
 add_project_arguments(