summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-03-23 20:28:57 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-03-23 20:28:57 +0100
commitdace7dca77e9539b5cb459f79c1154d11b3030fe (patch)
treefbd3bc83e15c7b8d7e41dc351a7a50cfc0164c2f /config.mk
first version of wlock
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..b703df8
--- /dev/null
+++ b/config.mk
@@ -0,0 +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
+CC = cc