fork
Configure Feed
Select the types of activity you want to include in your feed.
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
fork
Configure Feed
Select the types of activity you want to include in your feed.
1diff --git a/configure.ac b/configure.ac
2index 4d2df69..3260910 100644
3--- a/configure.ac
4+++ b/configure.ac
5@@ -54,7 +54,7 @@ dnl ---------------------------------------------------------------------
6 PKG_CHECK_MODULES([glib], [glib-2.0 >= 2.40 gio-unix-2.0 gmodule-2.0 libgtop-2.0])
7 PKG_CHECK_MODULES([rofi], [rofi])
8
9-[rofi_PLUGIN_INSTALL_DIR]="`$PKG_CONFIG --variable=pluginsdir rofi`"
10+[rofi_PLUGIN_INSTALL_DIR]="`echo $out/lib/rofi`"
11 AC_SUBST([rofi_PLUGIN_INSTALL_DIR])
12
13 LT_INIT([disable-static])