commit 7fc1b98
chld
·
2026-08-23 05:03:29 +0000 UTC
parent b359728
wlroots, dwl: downgrade wlroots to stable 0.19
3 files changed,
+5,
-5
+1,
-1
1@@ -4,6 +4,6 @@ VERSION=git
2 RELEASE=1
3 SOURCE="https://codeberg.org/dwl/dwl.git"
4 prebuild(){
5- sed -i 's/wlroots-0.19/wlroots-0.21/g' config.mk
6+ # sed -i 's/wlroots-0.19/wlroots-0.21/g' config.mk
7 }
8 . ${0%/*}/../../libsh/libdmake.sh
+1,
-1
1@@ -2,5 +2,5 @@ name: wlroots
2 description: slightly shitty modular wayland compositor library
3 license: MIT
4 upstream: https://gitlab.freedesktop.org/wlroots/wlroots
5-version: git
6+version: 0.19
7 maintainer:
+3,
-3
1@@ -1,10 +1,10 @@
2 #!/bin/sh -ue
3 NAME=wlroots
4-VERSION=git
5+VERSION=0.19
6 RELEASE=1
7-SOURCE="https://gitlab.freedesktop.org/wlroots/wlroots.git"
8+SOURCE="https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/${VERSION}/wlroots-${VERSION}.tar.gz"
9 BUILD_STYLE=meson
10-BUILD_OPT="-Dxwayland=disabled -Dexamples=false -Dtests=false -Dbackends=drm,libinput -Drenderers=[] -Dlibliftoff=disabled -Dxcb-errors=disabled -Dcolor-management=disabled"
11+BUILD_OPT="-Dxwayland=disabled -Dexamples=false -Dbackends=drm,libinput -Drenderers=[] -Dlibliftoff=disabled -Dxcb-errors=disabled -Dcolor-management=disabled"
12 prebuild(){
13 sed -i 's/<libinput.h>/<libinput.h>\n#include <libudev.h>/' backend/libinput/tablet_*.c
14 }