raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=694136e4c8651f37ea33983eac1d0e8f3b49c6f0

commit 694136e4c8651f37ea33983eac1d0e8f3b49c6f0
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Thu May 6 12:55:21 2021 +0100

    wayland - update code generate private code and have no warnings
---
 src/wayland_protocol/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wayland_protocol/meson.build b/src/wayland_protocol/meson.build
index 3749e5d91b..a61f8c8de3 100644
--- a/src/wayland_protocol/meson.build
+++ b/src/wayland_protocol/meson.build
@@ -39,7 +39,7 @@ foreach item : wl_protocol_local
   gen_obj_c += custom_target('wl_code_'+item.underscorify(),
     input: item,
     output : ['@BASENAME@-protocol.c'],
-    command: [wayland_scanner_bin, ['code','@INPUT@','@OUTPUT@']]
+    command: [wayland_scanner_bin, ['private-code','@INPUT@','@OUTPUT@']]
   )
   gen_obj_header += custom_target('wl_client_header_'+item.underscorify(),
     input: item,

-- 


Reply via email to