commit deab472
chld
·
2026-08-23 04:50:13 +0000 UTC
parent 86b3241
wlroots: include libudev.h
1 files changed,
+3,
-0
+3,
-0
1@@ -5,4 +5,7 @@ RELEASE=1
2 SOURCE="https://gitlab.freedesktop.org/wlroots/wlroots.git"
3 BUILD_STYLE=meson
4 BUILD_OPT="-Dxwayland=disabled -Dexamples=false -Dtests=false -Dbackends=drm,libinput -Drenderers=[] -Dlibliftoff=disabled -Dxcb-errors=disabled -Dcolor-management=disabled"
5+prebuild(){
6+ sed -i 's/<libinput.h>/<libinput.h>\n#include <libudev.h>/' backend/libinput/tablet_*.c
7+}
8 . ${0%/*}/../../libsh/libdmake.sh