mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 18:54:38 +00:00
Automatically generate extension marshal glue code like the infamous SProc*()'s for byte swapping, dispatch functions, etc, based on a tiny yaml discription. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
7 lines
277 B
Meson
7 lines
277 B
Meson
|
|
extension_marshal_cmd = find_program('generate-ext-marshal')
|
|
|
|
extension_marshal_generator = generator(extension_marshal_cmd,
|
|
output : '@BASENAME@-marshal.h',
|
|
arguments : ['@INPUT@', '@OUTPUT@'])
|