aboutsummaryrefslogtreecommitdiff
path: root/config.mk
blob: 07f35f027705183c42474d69ef13da7e77c275b8 (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 -lwayland-cursor -lrt -lxkbcommon -lm -lgrapheme
CC=cc