aboutsummaryrefslogtreecommitdiff
path: root/config.mk
blob: f92717c3ae4497c226d3bac8f2dc8adbf351923e (plain)
1
2
3
4
5
6
7
8
VERSION = 0.0.0

PREFIX = /usr/local

XDG_SHELL_CLIENT_PROTOCOL = /usr/share/wayland-protocols/stable/xdg-shell/xdg-shell.xml
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 -DVERSION=\"${VERSION}\"  -D_XOPEN_SOURCE=600
LIBS = -lfreetype -lwayland-client -lrt -lxkbcommon -lm -lgrapheme
CC=cc