mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
Compile without tray support
Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
parent
89b97c5346
commit
3d158264e2
13 changed files with 35 additions and 25 deletions
|
|
@ -1,6 +1,5 @@
|
|||
tray_files = have_tray ? [
|
||||
'tray/host.c',
|
||||
'tray/icon.c',
|
||||
'tray/item.c',
|
||||
'tray/tray.c',
|
||||
'tray/watcher.c'
|
||||
|
|
@ -29,6 +28,7 @@ executable(
|
|||
'i3bar.c',
|
||||
'input.c',
|
||||
'ipc.c',
|
||||
'icon.c',
|
||||
'main.c',
|
||||
'render.c',
|
||||
'status_line.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue