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)
|
if (renderers.count > 0)
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
static const char *rpath = INSTALL_PREFIX "/lib/bemenu";
|
static const char *rpath = INSTALL_LIBDIR "/bemenu";
|
||||||
const char *path = secure_getenv("BEMENU_RENDERER");
|
const char *path = secure_getenv("BEMENU_RENDERER");
|
||||||
|
|
||||||
if (path)
|
if (path)
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
|
#define INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@"
|
||||||
|
#define INSTALL_LIBDIR "@CMAKE_INSTALL_LIBDIR@"
|
||||||
#define BM_VERSION "@BEMENU_VERSION@"
|
#define BM_VERSION "@BEMENU_VERSION@"
|
||||||
#define BM_PLUGIN_VERSION "@BEMENU_VERSION@-@GIT_SHA1@"
|
#define BM_PLUGIN_VERSION "@BEMENU_VERSION@-@GIT_SHA1@"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user