anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / applications / audio / audacious / 0001-Set-plugindir-to-PREFIX-lib-audacious.patch
blob49f1208eb1173989d2899331c6b906f7f55a6121
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
6 ---
7 meson.build | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/meson.build b/meson.build
11 index 3f7996f72..ab09d6476 100644
12 --- a/meson.build
13 +++ b/meson.build
14 @@ -160,7 +160,7 @@ if (cxx.has_header('libintl.h'))
15 endif
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)
23 --
24 2.36.0