From 9d9d0c8d490896c69c40e2dd6a47e7171cfacf32 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 13 Jun 2025 09:47:28 -0400 Subject: [PATCH] build: Let the lzo option default to disabled The auto value broke the gtk windows build, because the lzo code assumes that long is the same size as size_t. --- meson.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.options b/meson.options index 8aa6814bb..be8fdf546 100644 --- a/meson.options +++ b/meson.options @@ -16,7 +16,7 @@ option('zlib', type : 'feature', value : 'auto') # script, ps, pdf, xml surfaces option('tests', type : 'feature', value : 'auto') # Util deps -option('lzo', type : 'feature', value : 'auto') +option('lzo', type : 'feature', value : 'disabled') option('gtk2-utils', type : 'feature', value : 'disabled') # Misc deps