meson: Also disable drm on GNU/Hurd

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8223>
This commit is contained in:
Samuel Thibault 2024-12-30 22:53:02 +01:00
parent f1f5d6002e
commit faa4d572c4

View file

@ -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(),
)