diff options
| author | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-12 00:35:52 -0400 |
|---|---|---|
| committer | Riley Beckett <rbeckettvt@gmail.com> | 2025-10-12 01:53:54 -0400 |
| commit | 91759767b0c7793060f447fd545b639cf91b7ae3 (patch) | |
| tree | 352721239f5fccde336aec48d6ff6acdb3fbd6ed /Makefile | |
| parent | d58f2e870b8f998262609b98f91d290b65ab80d3 (diff) | |
freetype/fontconfig base
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
