From 91759767b0c7793060f447fd545b639cf91b7ae3 Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Sun, 12 Oct 2025 00:35:52 -0400 Subject: freetype/fontconfig base --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3