commit 44a5941
chld
·
2026-08-23 05:58:49 +0000 UTC
parent 3210f0e
wlroots: gles renderer
2 files changed,
+2,
-1
+1,
-0
1@@ -10,3 +10,4 @@
2 /seatd
3 /libdisplay-info
4 /hwdata
5+/mesa
+1,
-1
1@@ -4,7 +4,7 @@ VERSION=0.19
2 RELEASE=1
3 SOURCE="https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/${VERSION}/wlroots-${VERSION}.tar.gz"
4 BUILD_STYLE=meson
5-BUILD_OPT="-Dxwayland=disabled -Dexamples=false -Dbackends=drm,libinput -Drenderers=[] -Dlibliftoff=disabled -Dxcb-errors=disabled -Dcolor-management=disabled"
6+BUILD_OPT="-Dxwayland=disabled -Dexamples=false -Dbackends=drm,libinput -Drenderers=gles2 -Dlibliftoff=disabled -Dxcb-errors=disabled -Dcolor-management=disabled"
7 prebuild(){
8 sed -i 's/<libinput.h>/<libinput.h>\n#include <libudev.h>/' backend/libinput/tablet_*.c
9 }