diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:17:52 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-29 23:17:52 +0800 |
| commit | 0dede68b734c7366d9e0f44d10cb3507ba5e0f33 (patch) | |
| tree | 49b19194e5dc7f55255751151dcaf8d1fb48bc4a /repos/extra/mpv/abuild | |
| parent | 376803af43d2d32a80219b8970961792f240230c (diff) | |
| download | alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.tar.gz alicelinux-0dede68b734c7366d9e0f44d10cb3507ba5e0f33.zip | |
move out wayland packages to its own repo
Diffstat (limited to 'repos/extra/mpv/abuild')
| -rw-r--r-- | repos/extra/mpv/abuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repos/extra/mpv/abuild b/repos/extra/mpv/abuild index b8f4bdf3..a0676de3 100644 --- a/repos/extra/mpv/abuild +++ b/repos/extra/mpv/abuild @@ -4,3 +4,4 @@ release=1 source="https://github.com/${name}-player/${name}/archive/v${version}/${name}-${version}.tar.gz" build_opt="-Dwayland=enabled" [ -f $SPM_PKGDB/libx11 ] && build_opt="$build_opt -Dx11=enabled" +[ -f $SPM_PKGDB/wayland ] || build_opt="$build_opt -Dwayland=disabled" |