mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
@ -187,6 +187,12 @@ src_files += [
|
||||
'src/modules/sway/workspaces.cpp'
|
||||
]
|
||||
|
||||
add_project_arguments('-DHAVE_HYPR', language: 'cpp')
|
||||
src_files += [
|
||||
'src/modules/hypr/ipc.cpp',
|
||||
'src/modules/hypr/window.cpp',
|
||||
]
|
||||
|
||||
if true
|
||||
add_project_arguments('-DHAVE_WLR', language: 'cpp')
|
||||
src_files += 'src/modules/wlr/taskbar.cpp'
|
||||
|
Reference in New Issue
Block a user