mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-15 14:33:01 -04:00
10 lines
223 B
Meson
10 lines
223 B
Meson
|
|
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 }
|