Fix shader path, meson doesn't include trailing slash in prefix
parent
4d6f477d71
commit
4ad4c712b2
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
#define MAYBE_UNUSED __attribute__((unused))
|
#define MAYBE_UNUSED __attribute__((unused))
|
||||||
|
|
||||||
#define SHADER_PATH PREFIX "share/wayvnc/shaders"
|
#define SHADER_PATH PREFIX "/share/wayvnc/shaders"
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
ATTR_INDEX_POS = 0,
|
ATTR_INDEX_POS = 0,
|
||||||
|
|
Loading…
Reference in New Issue