diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-04 08:18:19 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-04 08:18:19 +0000 |
| commit | 2d922233e6fe4c795d2f410bb347a14f855ff987 (patch) | |
| tree | 54161b48e6d6057777bae19006903aa6d6c2675e /repos/extra | |
| parent | ed7fd68f227244a4ef9aa28e26bbcfbaff4a4f10 (diff) | |
| download | alicelinux-2d922233e6fe4c795d2f410bb347a14f855ff987.tar.gz alicelinux-2d922233e6fe4c795d2f410bb347a14f855ff987.zip | |
libnotify: disabled tests
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/libnotify/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/libnotify/abuild b/repos/extra/libnotify/abuild index dc29d4a6..d15d27e9 100644 --- a/repos/extra/libnotify/abuild +++ b/repos/extra/libnotify/abuild @@ -2,4 +2,4 @@ name=libnotify version=0.8.4 release=1 source="https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz" -build_opt="-Dgtk_doc=false -Dman=false" +build_opt="-Dgtk_doc=false -Dman=false -Dtests=false" |