diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-07-27 18:59:23 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-07-27 19:04:38 +0530 |
commit | b55dfb5313f1df702a3637efbd372b90cd12a300 (patch) | |
tree | ae7f255314e783be74b9201cd6dfcd8ca9da18b5 /ext/zbar | |
parent | 7ef303fa281b9226ebd0087fb377ca25887941e4 (diff) | |
download | gstreamer-plugins-bad-b55dfb5313f1df702a3637efbd372b90cd12a300.tar.gz |
Add feature options for almost all plugins
The only plugins remaining are those that haven't been ported to Meson
yet, and msdk. Also, the tests are still automagic.
https://bugzilla.gnome.org/show_bug.cgi?id=795107
Diffstat (limited to 'ext/zbar')
-rw-r--r-- | ext/zbar/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zbar/meson.build b/ext/zbar/meson.build index 6371c2c2a..4360abc12 100644 --- a/ext/zbar/meson.build +++ b/ext/zbar/meson.build @@ -1,4 +1,4 @@ -zbar_dep = dependency('zbar', version : '>= 0.9', required : false) +zbar_dep = dependency('zbar', version : '>= 0.9', required : get_option('zbar')) if zbar_dep.found() gstzbar = library('gstzbar', 'gstzbar.c', |