mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
backend/wscons: introduce new backend
This commit is contained in:
parent
f56f21b98f
commit
900ff30921
12 changed files with 1208 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue