Remove libnotify dependency

Instead just talk directly to the service. This fixes *sending*
a notification being blocking IO.
This commit is contained in:
Patrick Griffis
2021-07-13 12:24:19 -05:00
parent 482efae89a
commit c144d0468b
6 changed files with 150 additions and 93 deletions

View File

@@ -19,9 +19,6 @@ option('plugin', type: 'boolean',
option('dbus', type: 'feature', value: 'auto',
description: 'Support used for single-instance and scripting interface, Unix only'
)
option('libnotify', type: 'feature', value: 'auto',
description: 'Support for freedesktop notifications, Unix only'
)
option('libcanberra', type: 'feature', value: 'auto',
description: 'Support for sound alerts, Unix only'
)