summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-23 21:57:31 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-23 21:57:31 -0500
commite93eb289ca44e98967482ab80fd5329f85ccd03e (patch)
tree4164b6d5b9ac2e40d18ec3eea52730c9f9606ccb /config.mk
parent846a6e1185417ee3e187edc06ef327d180bf0d9b (diff)
pke: first-pass 2d overlay render pass scaffolding
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index a2b93ce..87c5b22 100644
--- a/config.mk
+++ b/config.mk
@@ -15,6 +15,8 @@ USED_LIBS = \
vulkan \
glfw3 \
glm \
+ freetype2 \
+ libpng \
INCS = `$(PKG_CONFIG) --cflags $(USED_LIBS)`