From ba3f1f0e17b460d1298a91fb5edca3e2e8e2bd9a Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 26 Jan 2018 16:26:38 +0100 Subject: Add meson option to control sensor width --- meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6d18f84..4ee8ef7 100644 --- a/meson.build +++ b/meson.build @@ -11,6 +11,7 @@ conf = configuration_data() conf.set('DEBUG', get_option('buildtype') == 'debug') conf.set('HAVE_SSE', have_sse) +conf.set('IPECAMERA_WIDTH', get_option('ipecamera_width')) configure_file( input: 'config.h.meson.in', -- cgit v1.2.3