Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC
Commits
088e5a6b
Commit
088e5a6b
authored
Jan 17, 2023
by
Johannes Kauffmann
Committed by
Steve Lhomme
Jan 24, 2023
Browse files
meson: access: do not use host_machine.system()
Per the docs.
parent
b409c9c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/meson.build
View file @
088e5a6b
...
...
@@ -64,7 +64,7 @@ endif
# OSS access
if
get_option
(
'oss'
).
disable_auto_if
(
host_
machine
.
system
()
not
in
[
'freebsd'
,
'netbsd'
,
'dragonfly'
]).
allowed
()
host_system
not
in
[
'freebsd'
,
'netbsd'
,
'dragonfly'
]).
allowed
()
# TODO: Actually add the OSS module
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment