summaryrefslogtreecommitdiff
blob: 25cd98362eb8c1c0d0b697096e420bcb9c7b883c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/meson.build b/meson.build
index 9174b428..c8d489cc 100644
--- a/meson.build
+++ b/meson.build
@@ -149,11 +149,7 @@ gnome_video_effects_dep = dependency(
 # Recommend some runtime GStreamer plugins.
 gst_inspect = find_program('gst-inspect-1.0', required: false)
 if gst_inspect.found()
-  foreach plugin: ['camerabin', 'vp8enc', 'webmmux']
-    if run_command(gst_inspect, plugin, check: false).returncode() != 0
-      warning(plugin + ' was not found. It needs to be installed before Cheese is run')
-    endif
-  endforeach
+  warning('unable to check for runtime GStreamer plugin dependencies due to Gentoo\'s sandbox: camerabin, vp8enc, webmmux')
 else
   warning('unable to check for runtime GStreamer plugin dependencies')
 endif
-- 
2.37.4