diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2021-09-16 10:04:51 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-14 07:57:55 +0000 |
commit | c3b6a2876eb5f884e195832cdc195353ba8cf59b (patch) | |
tree | 0bcbe36f192034168ded21dfdf1c2d921aa1b07e | |
parent | bbc157688d9ff82e548a155be1a54a8220fb0f09 (diff) |
build,meson: Remove unused option
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 43215754..cef6d089 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -86,8 +86,6 @@ option('plugin_x22x', type: 'feature', value: 'auto', description: 'enable x22x # shared_icera option('plugin_zte', type: 'feature', value: 'auto', description: 'enable zte plugin support') -option('qcdm_standalone', type: 'feature', value: 'auto', description: 'enable standalone qdcm') - option('introspection', type: 'feature', value: 'auto', description: 'build introspection support') option('vapi', type: 'boolean', value: false, description: 'build vala bindings') |