forked from ports/contrib
sway: updated xwayland check
This commit is contained in:
parent
d2909806e1
commit
cfa7f59ca1
@ -1,6 +1,6 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF31sLy6atEMVw+71j8ULFNtB/kG9oBlAVkiw9kgk2ZBnC0bHNAq3fnNGqMRCuq5dce8afKW0zjySO7SuzzdkVrgw=
|
||||
SHA256 (Pkgfile) = 4857a2972ed1193ffe3c8afe2d95d6a9d260c96336c3b2882e5703a12062e24a
|
||||
RWSagIOpLGJF3yHuCQcIaeqOsm9v4ePc+snJbVH/v9HpjRPTOAENDjR/uN+tOpe2vLluk+OFlTwkCNIZtHsL1qUkcKY5d990UwM=
|
||||
SHA256 (Pkgfile) = c71893bde102c0a85f4e5030ada65b32085218ac38eb68b0d2d58eb0ab7a1fd3
|
||||
SHA256 (.footprint) = 76cf242dac27363a8a964536eda5e54f00953e79380ee493090ca249bd688920
|
||||
SHA256 (sway-1.6.1.tar.gz) = 8b138867cd83217de07138144b1279fe58e0421eb10c91122aa33c8770fe7391
|
||||
SHA256 (6249.patch) = b12f7ba4663ac296d1bd435bd2d514fad0639391c6639bac695eb6f590917dd2
|
||||
|
@ -15,7 +15,7 @@ build() {
|
||||
|
||||
prt-get isinst bash-completion || PKGMK_SWAY+=' -D bash-completions=false'
|
||||
prt-get isinst zsh || PKGMK_SWAY+=' -D zsh-completions=false'
|
||||
[[ -e /usr/bin/Xwayland ]] && PKGMK_SWAY+=' -D xwayland=enabled' || PKGMK_SWAY+=' -D xwayland=disabled'
|
||||
prt-get isinst xorg-xwayland && PKGMK_SWAY+=' -D xwayland=enabled' || PKGMK_SWAY+=' -D xwayland=disabled'
|
||||
|
||||
meson setup $name-$version build $PKGMK_SWAY \
|
||||
--prefix=/usr \
|
||||
|
Loading…
x
Reference in New Issue
Block a user