mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
Both were formally deprecated and announced for 0.14.1 release and can
be removed from the codebase.
4816ae5 "foreign-menu: mark as deprecated" in 2020-03-06
2981f21 "controller: mark as deprecated" in 2020-03-06
Signed-off-by: Victor Toso <victortoso@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
19 lines
336 B
Meson
19 lines
336 B
Meson
spice_protocol_headers = [
|
|
'barrier.h',
|
|
'end-packed.h',
|
|
'enums.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'))
|