aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2024-07-14 21:34:44 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2024-07-14 21:34:44 -0600
commit2553111aa39445f0d5e50963ab689ef677a3ad81 (patch)
treea0fa787b668e4a670e84f9cfeabf809131096703
parent51881da27bc95f303ec249ccc51eb9a8e0ee6ca1 (diff)
downloaddwl-2553111aa39445f0d5e50963ab689ef677a3ad81.tar.gz
bump wlroots version
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3358bae..f955e7b 100644
--- a/Makefile
+++ b/Makefile
@@ -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)