mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
FreeBSD: Add support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user