deprecate: not need dwl ipc anymore

This commit is contained in:
DreamMaoMao 2026-07-04 09:54:16 +08:00
parent 6b540a5f99
commit aff55c74c7
7 changed files with 54 additions and 639 deletions

View file

@ -119,7 +119,6 @@ executable('mango',
)
# build mmsg
dwl_ipc_protocol = 'protocols/dwl-ipc-unstable-v2.xml'
wayland_scanner_client_header = generator(
wayland_scanner,
@ -136,8 +135,6 @@ wayland_scanner_private_code = generator(
# use generator in mmsg target
executable('mmsg',
'mmsg/mmsg.c',
wayland_scanner_private_code.process(dwl_ipc_protocol),
wayland_scanner_client_header.process(dwl_ipc_protocol),
dependencies: [
libwayland_client_dep
],