From 47dfeaa43f263896ad8ce13701f8a65c489f0bb9 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sat, 12 Apr 2025 17:40:28 +0200 Subject: Start working on Lua bindings --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3