summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-03-21 22:44:57 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-03-21 22:44:57 +0100
commit7e0ace1f1e5334f13580facb53c253c94c6913f6 (patch)
tree4402dc23367ba034bc40fe875ddd932d35a0553b /config.mk
parentb4ba1c81698f91edf94c728677eba9de59f022f4 (diff)
add dmenu-wl_run and dmenu_path and config.mk
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..5db0147
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,9 @@
+VERSION = 0.1
+
+# paths
+PREFIX = /usr/local
+
+LDFLAGS = -lfreetype -lwayland-client -lrt -lxkbcommon -lm -lgrapheme
+CFLAGS = -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