aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-04-12 17:40:28 +0200
committerFederico Angelilli <code@fedang.net>2025-04-12 17:40:28 +0200
commit47dfeaa43f263896ad8ce13701f8a65c489f0bb9 (patch)
tree600f00943bf2bde5f84e783bebf3fc12060c191f /Makefile
parentfd2ef765de733fbbbb15e28c91df255da36d5338 (diff)
Start working on Lua bindings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7373cc..b1c634a 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ PCDEP = xcb \
xcb-shape \
xcb-errors \
"xcb-randr >= 1.5" \
- pangocairo
+ pangocairo \
+ lua5.4
CFLAGS := $(shell pkg-config --cflags $(PCDEP)) -Wall -Werror $(CFLAGS)
LDFLAGS := $(shell pkg-config --libs $(PCDEP)) -lm $(LDFLAGS)