From 233617d086f2743191b0c0aec864ab8c3a1442a9 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 2 Jan 2023 21:10:45 +0200 Subject: [PATCH] build: fix wayland-scanner deprecation code -> private-code Signed-off-by: Ran Benita --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6fe391b..036888e 100644 --- a/meson.build +++ b/meson.build @@ -486,7 +486,7 @@ You can disable the Wayland xkbcli programs with -Denable-wayland=false.''') wayland_scanner_code_gen = generator( wayland_scanner, output: '@BASENAME@-protocol.c', - arguments: ['code', '@INPUT@', '@OUTPUT@'], + arguments: ['private-code', '@INPUT@', '@OUTPUT@'], ) wayland_scanner_client_header_gen = generator( wayland_scanner, -- 2.7.4