meson: Also disable drm on GNU/Hurd
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 30 Dec 2024 21:53:02 +0000 (22:53 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 30 Dec 2024 21:53:02 +0000 (22:53 +0100)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8223>

subprojects/gst-plugins-bad/meson.build

index 87c635f1de81c11816155e600dbc37aa2eb7b7d0..80c969e893e97b36319493e6af26ecaa10f6316c 100644 (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(),
   )