projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ba075a
)
build: fix wayland-scanner deprecation code -> private-code
author
Ran Benita
<ran@unusedvar.com>
Mon, 2 Jan 2023 19:10:45 +0000
(21:10 +0200)
committer
Ran Benita
<ran@unusedvar.com>
Mon, 2 Jan 2023 19:10:45 +0000
(21:10 +0200)
Signed-off-by: Ran Benita <ran@unusedvar.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index
6fe391b
..
036888e
100644
(file)
--- 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,