bump wlroots version

This commit is contained in:
Leonardo Hernández Hernández 2024-07-14 21:34:44 -06:00
parent 51881da27b
commit 2553111aa3
No known key found for this signature in database
GPG Key ID: E538897EE11B9624

View File

@ -12,7 +12,7 @@ DWLDEVCFLAGS = -g -pedantic -Wall -Wextra -Wdeclaration-after-statement \
-Wfloat-conversion
# CFLAGS / LDFLAGS
PKGS = wlroots-0.18 wayland-server xkbcommon libinput $(XLIBS)
PKGS = wlroots-0.19 wayland-server xkbcommon libinput $(XLIBS)
DWLCFLAGS = `$(PKG_CONFIG) --cflags $(PKGS)` $(DWLCPPFLAGS) $(DWLDEVCFLAGS) $(CFLAGS)
LDLIBS = `$(PKG_CONFIG) --libs $(PKGS)` -lm $(LIBS)