summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 15:14:04 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 15:14:04 +0100
commite213eae8ad44fe93d446ca70d4cf020f0c46f560 (patch)
tree77cdb68a86a0b8d8156a454906a02a8061f22096 /Makefile
parent49c74168cb6346f96c29e728428e148fb734e792 (diff)
lets just use egl
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24b20bf..c6c0dda 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ OBJECTS += $(MI_OBJECT)
DEPS = $(OBJECTS:.o=.d)
-LIBRARIES = -lwayland-client -lvulkan
+LIBRARIES = -lwayland-client
all: $(WAYCLOCK)