diff options
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/wlroots/abuild | 2 |
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" |