aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)