mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 09:25:42 +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
|
endif
|
||||||
|
|
||||||
# Optional dep of msdk and va
|
# 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',
|
libdrm_dep = dependency('libdrm', version : '>=2.4.50',
|
||||||
required : get_option('drm').enabled() or get_option('msdk').enabled(),
|
required : get_option('drm').enabled() or get_option('msdk').enabled(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue