blob: a180a16e5b0660047de752d2c94202bbcc866cc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
libstatus_notifier_watcher = static_library('status-notifier-watcher',
'gf-sn-watcher-v0.c',
'gf-sn-watcher-v0.h',
'gf-status-notifier-watcher.c',
'gf-status-notifier-watcher.h',
gnome.gdbus_codegen('gf-sn-watcher-v0-gen',
'org.kde.StatusNotifierWatcher.xml',
namespace: 'Gf',
),
dependencies: notification_area_deps,
c_args: ['-DG_LOG_DOMAIN="status-notifier-watcher"'] + disable_deprecated_flags,
)
|