mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
9 lines
223 B
Meson
9 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 }
|