diff options
author | Ran Benita <ran@unusedvar.com> | 2023-01-02 21:10:45 +0200 |
---|---|---|
committer | Ran Benita <ran@unusedvar.com> | 2023-01-02 21:10:45 +0200 |
commit | 233617d086f2743191b0c0aec864ab8c3a1442a9 (patch) | |
tree | 8a5d9c4a1b92a11d7877fba2a695eb599572c01a | |
parent | 5ba075abe04a172efe7520b51ef04b77d3a4643b (diff) | |
download | libxkbcommon-233617d086f2743191b0c0aec864ab8c3a1442a9.tar.gz libxkbcommon-233617d086f2743191b0c0aec864ab8c3a1442a9.tar.bz2 libxkbcommon-233617d086f2743191b0c0aec864ab8c3a1442a9.zip |
build: fix wayland-scanner deprecation code -> private-code
Signed-off-by: Ran Benita <ran@unusedvar.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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, |