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/directfb | |
parent | 7ef303fa281b9226ebd0087fb377ca25887941e4 (diff) |
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/directfb')
-rw-r--r-- | ext/directfb/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/directfb/meson.build b/ext/directfb/meson.build index 686807d22..b4b777ab3 100644 --- a/ext/directfb/meson.build +++ b/ext/directfb/meson.build @@ -1,4 +1,4 @@ -directfb_dep = dependency('directfb', version : '>= 0.9.24', required : false) +directfb_dep = dependency('directfb', version : '>= 0.9.24', required : get_option('directfb')) if directfb_dep.found() gstdirectfb = library('gstdirectfb', |