summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 6f46d1b..79b2b81 100644
--- a/makefile
+++ b/makefile
@@ -3,6 +3,9 @@ src:=$(wildcard *.c)
obj:=$(src:.c=.o)
libs:=\
+ egl \
+ glesv2 \
+ libdrm \
libpipewire-0.3 \
wayland-client