From 30d35216f6d3779330dc7dc2987b68397e8c87a3 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sat, 29 Jun 2019 12:41:05 +0000 Subject: [PATCH] build: Use 'client-code' instead of 'code' for protocols --- protocols/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/meson.build b/protocols/meson.build index 9f5dd496..57c9e8a7 100644 --- a/protocols/meson.build +++ b/protocols/meson.build @@ -7,7 +7,7 @@ gen_scanner_client_header = generator(wl_scanner, arguments: ['client-header', '@INPUT@', '@OUTPUT@']) gen_scanner_client_code = generator(wl_scanner, output: '@BASENAME@-protocol.c', - arguments: ['code', '@INPUT@', '@OUTPUT@']) + arguments: ['private-code', '@INPUT@', '@OUTPUT@']) wl_protos = [ wl_protocol_dir + '/stable/xdg-shell/xdg-shell.xml',