diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-25 09:17:53 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-25 09:17:53 +0800 |
| commit | 91aa9daef9a448e97345b3431649a11b3a806ac4 (patch) | |
| tree | 093c251d1c98664f590508bc31dd697f1157a911 /repos/extra | |
| parent | 82206943a6ea25482f4534240c1b8826b449af62 (diff) | |
| download | alicelinux-91aa9daef9a448e97345b3431649a11b3a806ac4.tar.gz alicelinux-91aa9daef9a448e97345b3431649a11b3a806ac4.zip | |
dunst: fix abuild
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/dunst/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/dunst/abuild b/repos/extra/dunst/abuild index c9d31842..bdcd8972 100644 --- a/repos/extra/dunst/abuild +++ b/repos/extra/dunst/abuild @@ -2,5 +2,5 @@ name=dunst version=1.11.0 release=1 source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz" -[ -f $SPM_PKGDB/libx11 ] && export X11=1 +[ -f $SPM_PKGDB/libx11 ] || export X11=0 [ -f $SPM_PKGDB/wayland ] || export WAYLAND=0 |