build: bump version to 0.18.0-dev

This commit is contained in:
Simon Ser 2023-11-21 17:28:06 +01:00
parent fe53ec6937
commit 3b4d7d2a92
2 changed files with 3 additions and 3 deletions

View file

@ -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)