1 From b64b03be9edf23a80fce0c76de61ffff0914ddce Mon Sep 17 00:00:00 2001
2 From: Thiago Kenji Okada <thiagokokada@gmail.com>
3 Date: Mon, 8 Aug 2022 10:28:33 +0100
4 Subject: [PATCH] Set plugindir to $PREFIX/lib/audacious
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/meson.build b/meson.build
11 index 3f7996f72..ab09d6476 100644
14 @@ -160,7 +160,7 @@ if (cxx.has_header('libintl.h'))
18 -install_plugindir = audacious_dep.get_variable(pkgconfig: 'plugin_dir')
19 +install_plugindir = join_paths(get_option('prefix'), 'lib/audacious')
22 conf.set_quoted('INSTALL_PLUGINDIR', install_plugindir)