blob: 139e3b2972d48e96de50deeb3e94f9fa9a976dbd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
tray_sources = [
'na-tray-child.c',
'na-tray-child.h',
'na-tray-manager.c',
'na-tray-manager.h'
]
libtray = static_library('tray', tray_sources,
c_args: ['-DG_LOG_DOMAIN="notification_area"'],
dependencies: [clutter_dep, gtk_dep],
include_directories: conf_inc
)
|