diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-06-13 00:25:03 +0800 |
| commit | 239ced844ea434e623686094af3de168f90e4391 (patch) | |
| tree | 541d2c575f3b3832ca1a3087bde3f65dc74a8f89 /repos/extra/dunst | |
| parent | 3f80bb67166389b3acabf8f024ee1ad1a4364c1f (diff) | |
| download | alicelinux-239ced844ea434e623686094af3de168f90e4391.tar.gz alicelinux-239ced844ea434e623686094af3de168f90e4391.zip | |
repos updated
Diffstat (limited to 'repos/extra/dunst')
| -rw-r--r-- | repos/extra/dunst/abuild (renamed from repos/extra/dunst/info) | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/repos/extra/dunst/info b/repos/extra/dunst/abuild index aaf3afef..07323734 100644 --- a/repos/extra/dunst/info +++ b/repos/extra/dunst/abuild @@ -3,4 +3,8 @@ version=1.11.0 release=1 source="https://github.com/$name-project/$name/archive/v$version/$name-$version.tar.gz" export WAYLAND=1 -export X11=0 +if [ "$(apkg -a ^libx11$)" ]; then + export X11=1 +else + export X11=0 +fi |