mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-15 14:33:01 -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
9
backend/wscons/meson.build
Normal file
9
backend/wscons/meson.build
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
platform = target_machine.system()
|
||||
if platform != 'openbsd'
|
||||
subdir_done()
|
||||
endif
|
||||
|
||||
wlr_files += files('atKeynames.h')
|
||||
wlr_files += files('bsd_KbdMap.h')
|
||||
wlr_files += files('backend.c')
|
||||
features += { 'wscons-backend': true }
|
||||
Loading…
Add table
Add a link
Reference in a new issue