meshoptimizer: add bouk to maintainers (#358198)
[NixPkgs.git] / pkgs / applications / misc / rofi-emoji / 0001-Patch-plugindir-to-output.patch
blob9b9479b1b49a0566ed091041b92651699444f717
1 From 695e7a441fc28b874e65917fe2c0059b5b8ca749 Mon Sep 17 00:00:00 2001
2 From: Cole Helbling <cole.e.helbling@outlook.com>
3 Date: Sat, 28 Mar 2020 23:46:03 -0700
4 Subject: [PATCH] Patch plugindir to output
6 ---
7 configure.ac | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/configure.ac b/configure.ac
11 index 75e476f..cb1ddf7 100644
12 --- a/configure.ac
13 +++ b/configure.ac
14 @@ -55,7 +55,7 @@ PKG_CHECK_MODULES([glib], [glib-2.0 >= 2.40 gio-unix-2.0 gmodule-2.0 ])
15 PKG_CHECK_MODULES([cairo], [cairo])
16 PKG_CHECK_MODULES([rofi], [rofi])
18 -[rofi_PLUGIN_INSTALL_DIR]="`$PKG_CONFIG --variable=pluginsdir rofi`"
19 +[rofi_PLUGIN_INSTALL_DIR]="`echo $out/lib/rofi`"
20 AC_SUBST([rofi_PLUGIN_INSTALL_DIR])
22 LT_INIT([disable-static])
23 --
24 2.25.1