mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
Base rc.title_height on font vertical extents
This commit is contained in:
parent
4d1363dcae
commit
2297e43cc0
11 changed files with 123 additions and 26 deletions
12
meson.build
12
meson.build
|
|
@ -43,19 +43,21 @@ xkbcommon = dependency('xkbcommon')
|
|||
xml2 = dependency('libxml-2.0')
|
||||
glib = dependency('glib-2.0')
|
||||
cairo = dependency('cairo')
|
||||
pango = dependency('pango')
|
||||
pangocairo = dependency('pangocairo')
|
||||
|
||||
labwc_inc = include_directories('include')
|
||||
|
||||
subdir('protocols')
|
||||
|
||||
labwc_deps = [
|
||||
server_protos, wayland_server, wlroots, xkbcommon, xml2, glib,
|
||||
cairo, pangocairo
|
||||
]
|
||||
|
||||
subdir('src')
|
||||
subdir('tests')
|
||||
subdir('docs')
|
||||
|
||||
labwc_deps = [
|
||||
server_protos, wayland_server, wlroots, xkbcommon, xml2, glib, cairo, pango
|
||||
]
|
||||
|
||||
executable(
|
||||
meson.project_name(),
|
||||
labwc_sources,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue