forked from RepoMirrors/bemenu
Look for renderers on right location
This commit is contained in:
parent
ecd7d4056f
commit
556961648b
@ -122,7 +122,7 @@ bm_init(void)
|
||||
if (renderers.count > 0)
|
||||
return true;
|
||||
|
||||
static const char *rpath = INSTALL_PREFIX "/lib/bemenu";
|
||||
static const char *rpath = INSTALL_LIBDIR "/bemenu";
|
||||
const char *path = secure_getenv("BEMENU_RENDERER");
|
||||
|
||||
if (path)
|
||||
|
@ -1,4 +1,5 @@
|
||||
#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
|
||||
#define INSTALL_LIBDIR "@CMAKE_INSTALL_LIBDIR@"
|
||||
#define BM_VERSION "@BEMENU_VERSION@"
|
||||
#define BM_PLUGIN_VERSION "@BEMENU_VERSION@-@GIT_SHA1@"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user