diff options
| author | Federico Angelilli <code@fedang.net> | 2025-04-12 17:40:28 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2025-04-12 17:40:28 +0200 |
| commit | 47dfeaa43f263896ad8ce13701f8a65c489f0bb9 (patch) | |
| tree | 600f00943bf2bde5f84e783bebf3fc12060c191f /Makefile | |
| parent | fd2ef765de733fbbbb15e28c91df255da36d5338 (diff) | |
Start working on Lua bindings
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |
