Add swaymsg-compatible IPC interface with labmsg client

This commit is contained in:
stormshadow 2026-04-15 23:25:06 +05:30 committed by Anirvan Banerjee
parent bce14a5ad7
commit 8328c05041
20 changed files with 2291 additions and 11 deletions

View file

@ -75,6 +75,7 @@ input = dependency('libinput', version: '>=1.26', required: wlroots.get_variable
pixman = dependency('pixman-1')
math = cc.find_library('m')
png = dependency('libpng')
jsonc = dependency('json-c')
svg = dependency('librsvg-2.0', version: '>=2.46', required: false)
sfdo_basedir = dependency(
'libsfdo-basedir',
@ -174,6 +175,7 @@ labwc_deps = [
pixman,
math,
png,
jsonc,
]
if have_rsvg
labwc_deps += [