mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
[wip] Support rc.yaml
Tried with:
---
theme:
- name: Adwaita-light
- cornerRadius: 2
...
Needs lots of testing.
This commit is contained in:
parent
6687640665
commit
608246aac8
5 changed files with 173 additions and 8 deletions
|
|
@ -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 += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue