From e6ad86a86fe3ed73cac6478e07eb1220399ace1f Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 15 Oct 2020 14:52:27 +0300 Subject: Init waltham-receiver Bug-AGL: SPEC-3605 Signed-off-by: Marius Vlad Change-Id: Ia352702d0c43f1f2ccecbffea85f3d0f17f2fd56 --- meson_options.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..30a6f0f --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,7 @@ +option( + 'buffer-type', + type: 'combo', + choices: [ 'auto', 'egl', 'shm' ], + value: 'shm', + description: 'Default buffer type to use' +) -- cgit 1.2.3-korg