aboutsummaryrefslogtreecommitdiff
path: root/tinywl
diff options
context:
space:
mode:
Diffstat (limited to 'tinywl')
-rw-r--r--tinywl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinywl/Makefile b/tinywl/Makefile
index 8f1df207..982fc384 100644
--- a/tinywl/Makefile
+++ b/tinywl/Makefile
@@ -1,7 +1,7 @@
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
LIBS=\
- $(shell pkg-config --cflags --libs "wlroots >= 0.17.0") \
+ $(shell pkg-config --cflags --libs "wlroots >= 0.18.0-dev") \
$(shell pkg-config --cflags --libs wayland-server) \
$(shell pkg-config --cflags --libs xkbcommon)