Remove yocto-deps option
Since moving to meson, this option has never done anything, and isn't
used in source code. In the cmake days, it was used to determine
whether we should use hunter for dependency management, or allow yocto
to provide dependencies. This is now automatic in meson.
Tested: code compiles.
Change-Id: Id7c0884753cd68f099a8dc3974e8943645edfb95
Signed-off-by: Ed Tanous <ed@tanous.net>
diff --git a/meson.options b/meson.options
index 040da1f..205ce71 100644
--- a/meson.options
+++ b/meson.options
@@ -1,11 +1,4 @@
option(
- 'yocto-deps',
- type: 'feature',
- value: 'disabled',
- description: 'Use YOCTO dependencies system',
-)
-
-option(
'kvm',
type: 'feature',
value: 'enabled',