From 66d7f6f43aa114995b105356ab1a03061fa819e0 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 12 May 2021 20:00:22 +0100 Subject: [PATCH] wayland scanner - use non-deprecated option for code gen --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1820bfd86..05aa687e4 100644 --- a/meson.build +++ b/meson.build @@ -344,7 +344,7 @@ if get_option('wl') == true arguments: ['server-header', '@INPUT@', '@OUTPUT@']) gen_scanner_impl = generator(wayland_scanner, output : '@BASENAME@-protocol.c', - arguments: ['code', '@INPUT@', '@OUTPUT@']) + arguments: ['private-code', '@INPUT@', '@OUTPUT@']) config_h.set('HAVE_WAYLAND', '1') endif