mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-13 04:28:05 -05:00
CI: add a FreeBSD build on Sourcehut
This commit is contained in:
parent
5bfedaf84f
commit
cf06e42687
3 changed files with 57 additions and 1 deletions
11
meson.build
11
meson.build
|
|
@ -24,6 +24,17 @@ endif
|
|||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
is_freebsd = host_machine.system().startswith('freebsd')
|
||||
if is_freebsd
|
||||
add_project_arguments(
|
||||
[
|
||||
'-Wno-format-extra-args',
|
||||
'-Wno-gnu-zero-variadic-macro-arguments',
|
||||
],
|
||||
language: 'c'
|
||||
)
|
||||
endif
|
||||
|
||||
wlroots = dependency('wlroots', version: '>= 0.5.0')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.14')
|
||||
wayland_server = dependency('wayland-server')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue