added a basic hyprland/language module

This commit is contained in:
vaxerski
2022-08-18 18:00:27 +02:00
parent bcee4e15d3
commit 16d5619f3b
5 changed files with 130 additions and 0 deletions

View File

@ -205,6 +205,7 @@ if true
add_project_arguments('-DHAVE_HYPRLAND', language: 'cpp')
src_files += 'src/modules/hyprland/backend.cpp'
src_files += 'src/modules/hyprland/window.cpp'
src_files += 'src/modules/hyprland/language.cpp'
endif
if libnl.found() and libnlgen.found()