--- meson.build | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) Index: libsixel-1.10.5/meson.build =================================================================== --- libsixel-1.10.5.orig/meson.build +++ libsixel-1.10.5/meson.build @@ -25,7 +25,7 @@ if cc.compiles(''' #pragma GCC diagnostic ignored "-Wdeprecated-declarations" __attribute__((deprecated)) void test(void) {} ''') - conf_data.set('HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS', true) + conf_data.set('HAVE_DIAGNOSTIC_DEPRECATED_DECLARATIONS', 1) endif c_args = [