commit | 2d4a0b1fb045f74507aaef1aa9fd6a2e356a42b1 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 21 07:05:43 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 21 16:50:54 2023 -0500 |
tree | f7896273f3b06c1067fa104df16e8c07205f547c | |
parent | 4cf2befc14036b39ed3d63594c7bf16c635c1892 [diff] [blame] |
build: add basic meson config Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0115a90b4f82c16cc15c4ce49cde3db084a39999
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..5b73cce --- /dev/null +++ b/meson_options.txt
@@ -0,0 +1,6 @@ +option( + 'google_oen', + type: 'feature', + value: 'enabled', + description: 'Enable the Google OEN handler', +)