mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
ptp: Also handle gnu/kfreebsd
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/619>
This commit is contained in:
parent
6bae423f4a
commit
347fff4ec1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ elif host_system == 'windows'
|
|||
message('PTP not supported on Windows, not ported yet.')
|
||||
elif host_system == 'ios'
|
||||
message('PTP not supported on iOS because of permissions.')
|
||||
elif ['linux', 'darwin', 'netbsd', 'freebsd', 'openbsd', 'kfreebsd', 'dragonfly', 'sunos', 'gnu'].contains(host_system)
|
||||
elif ['linux', 'darwin', 'netbsd', 'freebsd', 'openbsd', 'kfreebsd', 'dragonfly', 'sunos', 'gnu', 'gnu/kfreebsd'].contains(host_system)
|
||||
message('PTP supported on ' + host_system + '.')
|
||||
have_ptp = true
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue