mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-05 00:06:20 -04:00
deprecate: not need dwl ipc anymore
This commit is contained in:
parent
1725a3e2bb
commit
0182e24bc5
8 changed files with 62 additions and 643 deletions
|
|
@ -121,7 +121,6 @@ executable('mango',
|
|||
)
|
||||
|
||||
# build mmsg
|
||||
dwl_ipc_protocol = 'protocols/dwl-ipc-unstable-v2.xml'
|
||||
|
||||
wayland_scanner_client_header = generator(
|
||||
wayland_scanner,
|
||||
|
|
@ -138,8 +137,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
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue