aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24e62bb..0b1ba9b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
BIN=swenu
CC=gcc
OBJDIR=objs
-LIBS=egl wayland-client gl wayland-egl xkbcommon
+LIBS=egl wayland-client gl wayland-egl xkbcommon freetype2 fontconfig
CFLAGS=-Wall -g $(shell pkg-config --cflags $(LIBS)) -I$(OBJDIR)
LDFLAGS=$(shell pkg-config --libs $(LIBS))
VPATH=/usr/share/wayland-protocols/staging/cursor-shape/:/usr/share/wayland-protocols/stable/tablet/:/usr/share/wayland-protocols/stable/xdg-shell/:$(OBJDIR)