diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-10-27 11:23:51 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2016-10-27 22:49:09 +0530 |
commit | 1dc1ee2ae34574fd764a913dcb499dc1e36b8a26 (patch) | |
tree | 09c9476f0475fa5fed311912faae106c80c41642 | |
parent | 05a89613feff70cff416367f5aa807a1d5c68b63 (diff) |
meson: Remove uselessly duplicated dep checks
These checks are done inside the meson.build files for each plugin.
-rw-r--r-- | meson.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build index 91d8bb172..85f03fe0f 100644 --- a/meson.build +++ b/meson.build @@ -188,15 +188,9 @@ endif deps = [ ['gtk_dep','gtk+-3.0', '', ''], ['gtkx_dep','gtk+-x11-3.0', '', ''], - ['jack_dep','jack', '>=1.9.7', 'HAVE_JACK_1_9_7'], ['caca_dep','caca', '', ''], - ['libdv_dep','libdv', '>=0.100', ''], ['libraw1394_dep','libraw1394', '>=2.0.0', ''], ['libiec61883_dep','libiec61883', '>=1.0.0', ''], - ['libraw1394_dep','libraw1394', '>=1.1.0', ''], - ['shout_dep','shout', '>=2.0', ''], - ['taglib_dep','taglib', '>=1.5', ''], - ['wavpack_dep','wavpack', '>= 4.20', 'HAVE_WAVPACK'], ] foreach d : deps |