summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-04-22 00:31:50 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-04-22 00:31:50 +0200
commitfe21a175760856b64fa11083d7bc98e00db659a2 (patch)
treeee40037b8cbb6bdf999ab8100ac3c516185ed345 /config.mk
parentcb839522902d3db508c34703a385baabfdd9baa5 (diff)
use ext-session-lock protocol
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index b703df8..0c43a1a 100644
--- a/config.mk
+++ b/config.mk
@@ -1,4 +1,4 @@
LDFLAGS = -lfreetype -lwayland-client -lrt -lxkbcommon -lm -lgrapheme -lcrypt
CPPFLAGS = -DHAVE_SHADOW_H -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -pthread
-XDG_SHELL = /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml
+EXT_SESSION_LOCK = /usr/share/wayland-protocols/staging/ext-session-lock/ext-session-lock-v1.xml
CC = cc