mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-26 21:58:08 +01:00
4b1eaaf731
Also remove direct libm dependency where unused.
8 lines
141 B
Meson
8 lines
141 B
Meson
executable(
|
|
'swaymsg',
|
|
'main.c',
|
|
include_directories: [sway_inc],
|
|
dependencies: [jsonc],
|
|
link_with: [lib_sway_common],
|
|
install: true
|
|
)
|