diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-22 00:31:50 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-04-22 00:31:50 +0200 |
| commit | fe21a175760856b64fa11083d7bc98e00db659a2 (patch) | |
| tree | ee40037b8cbb6bdf999ab8100ac3c516185ed345 /config.mk | |
| parent | cb839522902d3db508c34703a385baabfdd9baa5 (diff) | |
use ext-session-lock protocol
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |