blob: 5db0147abeae6a5c1c98a32499d44b3d8c896b22 (
plain)
1
2
3
4
5
6
7
8
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
|