diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-11 16:13:09 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-11 16:13:09 +0000 |
| commit | e2f1e72b54da900023bea7d1fbbf642d2784201f (patch) | |
| tree | 3f83d165b28f026776f5433b319b9dbd221c8504 | |
| parent | a99aba12f5cd2dc91409fb0a5a846b18cde82e74 (diff) | |
| parent | 039d113a46da01fbd61249f51381f55ab12c6234 (diff) | |
| download | alicelinux-e2f1e72b54da900023bea7d1fbbf642d2784201f.tar.gz alicelinux-e2f1e72b54da900023bea7d1fbbf642d2784201f.zip | |
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
| -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" |