From ee788f0149f0c78939f8f441cbe3d7a86a1d2264 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Tue, 8 Sep 2026 11:44:33 +0200 Subject: [PATCH] update wlroots version in commented variables --- config.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.mk b/config.mk index b1d782a..ab5a3fd 100644 --- a/config.mk +++ b/config.mk @@ -17,12 +17,12 @@ WLR_LIBS = `$(PKG_CONFIG) --libs wlroots-0.20` #WLR_INCS = -I/usr/include/pixman-1 -I/usr/include/elogind -I/usr/include/libdrm \ # -I$(PWD)/wlroots/include # Set -rpath to avoid using the wrong library. -#WLR_LIBS = -Wl,-rpath,$(PWD)/wlroots/build -L$(PWD)/wlroots/build -lwlroots-0.19 +#WLR_LIBS = -Wl,-rpath,$(PWD)/wlroots/build -L$(PWD)/wlroots/build -lwlroots-0.20 -# Assuming you ran "meson setup --prefix ${PWD}/0.19 build && ninja -C build install" +# Assuming you ran "meson setup --prefix ${PWD}/0.20 build && ninja -C build install" #WLR_INCS = -I/usr/include/pixman-1 -I/usr/include/elogind -I/usr/include/libdrm \ -# -I$(PWD)/wlroots/0.19/include/wlroots-0.19 -#WLR_LIBS = -Wl,-rpath,$(PWD)/wlroots/0.19/lib64 -L$(PWD)/wlroots/0.19/lib64 -lwlroots-0.19 +# -I$(PWD)/wlroots/0.20/include/wlroots-0.20 +#WLR_LIBS = -Wl,-rpath,$(PWD)/wlroots/0.20/lib64 -L$(PWD)/wlroots/0.20/lib64 -lwlroots-0.20 XWAYLAND = XLIBS =