summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRan Benita <ran@unusedvar.com>2023-01-02 21:10:45 +0200
committerRan Benita <ran@unusedvar.com>2023-01-02 21:10:45 +0200
commit233617d086f2743191b0c0aec864ab8c3a1442a9 (patch)
tree8a5d9c4a1b92a11d7877fba2a695eb599572c01a
parent5ba075abe04a172efe7520b51ef04b77d3a4643b (diff)
downloadxorg-lib-libxkbcommon-233617d086f2743191b0c0aec864ab8c3a1442a9.tar.gz
build: fix wayland-scanner deprecation code -> private-code
Signed-off-by: Ran Benita <ran@unusedvar.com>
-rw-r--r--meson.build2
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,