Merge pull request #1657 from vaxerski/hyprlandLanguage

Added a basic hyprland/language module
This commit is contained in:
Alex
2022-09-05 09:12:17 +02:00
committed by GitHub
6 changed files with 208 additions and 0 deletions

View File

@ -206,6 +206,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()