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)
committerBackport Bot <gitlab-backport-bot@gstreamer-foundation.org>
Thu, 2 Jan 2025 10:47:52 +0000 (10:47 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8228>

subprojects/gst-plugins-bad/meson.build

index b622ea9db30a4168069af1e7cd463ea5b33f6882..aa7568682070e066323d98d80b03267096a5f7d2 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(),
   )