aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/wlroots
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2026-03-11 22:41:46 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2026-03-11 22:41:46 +0800
commit039d113a46da01fbd61249f51381f55ab12c6234 (patch)
tree1563742216ac756cd00aa41a112d8ae9dd25c97f /repos/extra/wlroots
parent8ca72161f4af1c51192f5878cfc0e39a0ee84a03 (diff)
downloadalicelinux-039d113a46da01fbd61249f51381f55ab12c6234.tar.gz
alicelinux-039d113a46da01fbd61249f51381f55ab12c6234.zip
added -Dwerror=false
Diffstat (limited to 'repos/extra/wlroots')
-rw-r--r--repos/extra/wlroots/abuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/wlroots/abuild b/repos/extra/wlroots/abuild
index 65f1a0cd..47118ad8 100644
--- a/repos/extra/wlroots/abuild
+++ b/repos/extra/wlroots/abuild
@@ -4,4 +4,4 @@ release=1
source="https://gitlab.freedesktop.org/${name}/${name}/-/releases/${version}/downloads/${name}-${version}.tar.gz"
[ -f $SPM_PKGDB/libx11 ] && xbackends=",x11"
[ -f $SPM_PKGDB/xwayland ] && build_opt="-Dxwayland=enabled"
-build_opt="$build_opt -Dexamples=false -Ddefault_library=both -Dbackends=drm,libinput$xbackends"
+build_opt="$build_opt -Dexamples=false -Ddefault_library=both -Dbackends=drm,libinput$xbackends -Dwerror=false"