Fixed standalone shader path for meson
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
})
|
})
|
||||||
|
|
||||||
#ifdef GLAVA_STANDALONE
|
#ifdef GLAVA_STANDALONE
|
||||||
#define SHADER_INSTALL_PATH "shaders"
|
#define SHADER_INSTALL_PATH "../shaders/glava"
|
||||||
#define SHADER_USER_PATH "userconf"
|
#define SHADER_USER_PATH "userconf"
|
||||||
/* FHS compliant systems */
|
/* FHS compliant systems */
|
||||||
#elif defined(__unix__) || defined(GLAVA_UNIX)
|
#elif defined(__unix__) || defined(GLAVA_UNIX)
|
||||||
|
|||||||
Reference in New Issue
Block a user