mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-01-08 21:14:05 +00:00
Deprecated since 2d7bf3e "vdi-dev: mark as deprecated" in 2014-12-04
and version 0.12.8.
Signed-off-by: Victor Toso <victortoso@redhat.com>
21 lines
384 B
Meson
21 lines
384 B
Meson
spice_protocol_headers = [
|
|
'barrier.h',
|
|
'controller_prot.h',
|
|
'end-packed.h',
|
|
'enums.h',
|
|
'foreign_menu_prot.h',
|
|
'ipc_ring.h',
|
|
'macros.h',
|
|
'protocol.h',
|
|
'qxl_dev.h',
|
|
'qxl_windows.h',
|
|
'start-packed.h',
|
|
'stats.h',
|
|
'types.h',
|
|
'vd_agent.h',
|
|
'stream-device.h',
|
|
]
|
|
|
|
install_headers(spice_protocol_headers,
|
|
subdir : join_paths('spice-1', 'spice'))
|