1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-28 07:58:22 +01:00
sway-patched-tray-menu/common/meson.build

13 lines
205 B
Meson
Raw Normal View History

2017-11-30 06:25:13 -05:00
lib_sway_common = static_library('sway-common',
files(
'log.c',
'list.c',
'util.c',
'stringop.c',
'readline.c',
'ipc-client.c'
),
dependencies: [ wlroots ],
2017-11-30 06:25:13 -05:00
include_directories: sway_inc
2017-11-30 03:39:27 -05:00
)