diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-03-11 14:42:35 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-03-11 14:42:35 +0000 |
| commit | 7bce5a1ee51a9cf63f63d85746bdedadf499b0a2 (patch) | |
| tree | b1bc2daed8005e29a3e1fcbfe485904321b456db /wlroots | |
| parent | ba183bce192264f4578989337ef61e756b7e130d (diff) | |
| download | alicelinux-7bce5a1ee51a9cf63f63d85746bdedadf499b0a2.tar.gz alicelinux-7bce5a1ee51a9cf63f63d85746bdedadf499b0a2.zip | |
Woodpecker CI 039d113a46da01fbd61249f51381f55ab12c6234 [SKIP CI]
Diffstat (limited to 'wlroots')
| -rw-r--r-- | wlroots/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wlroots/abuild b/wlroots/abuild index 65f1a0cd..47118ad8 100644 --- a/wlroots/abuild +++ b/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" |