All of lore.kernel.org
 help / color / mirror / Atom feed
From: ross.burton@arm.com
To: linux-trace-devel@vger.kernel.org
Cc: nd@arm.com
Subject: [PATCH 3/3] meson: set the default plugindir to make Makefile
Date: Thu, 31 Aug 2023 11:04:38 +0100	[thread overview]
Message-ID: <20230831100438.3946997-3-ross.burton@arm.com> (raw)
In-Reply-To: <20230831100438.3946997-1-ross.burton@arm.com>

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 --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(
-- 
2.34.1


      parent reply	other threads:[~2023-08-31 10:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31 10:04 [PATCH 1/3] meson: add option to disable documentation ross.burton
2023-08-31 10:04 ` [PATCH 2/3] meson: build plugins as modules ross.burton
2023-08-31 10:04 ` ross.burton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230831100438.3946997-3-ross.burton@arm.com \
    --to=ross.burton@arm.com \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=nd@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.