mirror of
https://github.com/labwc/labwc.git
synced 2026-06-14 14:33:17 -04:00
Add swaymsg-compatible IPC interface with labmsg client
This commit is contained in:
parent
bce14a5ad7
commit
8328c05041
20 changed files with 2291 additions and 11 deletions
|
|
@ -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 += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue