This commit is contained in:
st0rm-shad0w 2026-06-10 11:40:39 +09:00 committed by GitHub
commit 81666b458d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 2674 additions and 3 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 += [