[wip] Support rc.yaml

Tried with:

    ---
    theme:
    - name: Adwaita-light
    - cornerRadius: 2
    ...

Needs lots of testing.
This commit is contained in:
Johan Malm 2024-08-13 20:58:51 +01:00
parent 6687640665
commit 608246aac8
5 changed files with 173 additions and 8 deletions

View file

@ -72,6 +72,7 @@ pixman = dependency('pixman-1')
math = cc.find_library('m')
png = dependency('libpng')
svg = dependency('librsvg-2.0', version: '>=2.46', required: false)
yaml = dependency('yaml-0.1')
if get_option('xwayland').enabled() and not wlroots_has_xwayland
error('no wlroots Xwayland support')
@ -119,6 +120,7 @@ labwc_deps = [
pixman,
math,
png,
yaml,
]
if have_rsvg
labwc_deps += [