diff options
| -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 |