raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=66d7f6f43aa114995b105356ab1a03061fa819e0

commit 66d7f6f43aa114995b105356ab1a03061fa819e0
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed May 12 20:00:22 2021 +0100

    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
 

-- 


Reply via email to