mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-04 00:07:04 -04:00
deprecate: not need dwl ipc anymore
This commit is contained in:
parent
6b540a5f99
commit
aff55c74c7
7 changed files with 54 additions and 639 deletions
|
|
@ -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
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue