summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 15:19:08 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 15:19:08 +0100
commit78bb68168b296c3d7d00b2e5b0714510b5ba3999 (patch)
treefa799ed713013214783d041660d00c2b96959f08 /Makefile
parente213eae8ad44fe93d446ca70d4cf020f0c46f560 (diff)
link against egl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c6c0dda..4bc6cfa 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ OBJECTS += $(MI_OBJECT)
DEPS = $(OBJECTS:.o=.d)
-LIBRARIES = -lwayland-client
+LIBRARIES = -lwayland-client -lEGL -lwayland-egl
all: $(WAYCLOCK)