mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
meson: Also disable drm on GNU/Hurd
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8223>
This commit is contained in:
parent
f1f5d6002e
commit
faa4d572c4
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ if x11_dep.found()
|
|||
endif
|
||||
|
||||
# Optional dep of msdk and va
|
||||
if host_system not in ['darwin', 'ios', 'android', 'windows']
|
||||
if host_system not in ['darwin', 'ios', 'android', 'windows', 'gnu']
|
||||
libdrm_dep = dependency('libdrm', version : '>=2.4.50',
|
||||
required : get_option('drm').enabled() or get_option('msdk').enabled(),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue