backend/wscons: introduce new backend

This commit is contained in:
illiliti 2026-05-22 15:48:18 +03:00
parent f56f21b98f
commit 900ff30921
12 changed files with 1208 additions and 7 deletions

View file

@ -23,6 +23,9 @@ endif
if not features.get('session')
exclude_files += 'backend/session.h'
endif
if not features.get('wscons-backend')
exclude_files += 'backend/wscons.h'
endif
install_subdir('wlr',
install_dir: get_option('includedir') / versioned_name,