tinywl: bump wlroots version to 0.21

This commit is contained in:
Simon Ser 2026-03-19 20:23:35 +01:00
parent 627da39e76
commit 8fe3034948

View file

@ -1,6 +1,6 @@
PKG_CONFIG?=pkg-config
PKGS="wlroots-0.20" wayland-server xkbcommon
PKGS="wlroots-0.21" wayland-server xkbcommon
CFLAGS_PKG_CONFIG!=$(PKG_CONFIG) --cflags $(PKGS)
CFLAGS+=$(CFLAGS_PKG_CONFIG)
LIBS!=$(PKG_CONFIG) --libs $(PKGS)