From 7e0ace1f1e5334f13580facb53c253c94c6913f6 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 21 Mar 2023 22:44:57 +0100 Subject: add dmenu-wl_run and dmenu_path and config.mk --- config.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.mk (limited to 'config.mk') 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 -- cgit v1.2.3-70-g09d2