FreeBSD: Add support

This commit is contained in:
Er2
2025-07-06 20:23:58 +03:00
committed by dec05eba
parent 0cda785bc8
commit 0794008e6f
3 changed files with 33 additions and 1 deletions

View File

@@ -65,12 +65,17 @@ dep = [
dependency('libavfilter'),
dependency('libva'),
dependency('libva-drm'),
dependency('libcap'),
dependency('libdrm'),
dependency('wayland-egl'),
dependency('wayland-client'),
]
if build_machine.system() == 'linux'
dep += [
dependency('libcap'),
]
endif
uses_pipewire = false
if get_option('portal') == true