mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Render window close button
This commit is contained in:
parent
40e862f3ac
commit
baca410560
17 changed files with 177 additions and 50 deletions
|
|
@ -42,6 +42,8 @@ wayland_protos = dependency('wayland-protocols')
|
|||
xkbcommon = dependency('xkbcommon')
|
||||
xml2 = dependency('libxml-2.0')
|
||||
glib = dependency('glib-2.0')
|
||||
cairo = dependency('cairo')
|
||||
pango = dependency('pango')
|
||||
|
||||
labwc_inc = include_directories('include')
|
||||
|
||||
|
|
@ -50,7 +52,7 @@ subdir('src')
|
|||
subdir('tests')
|
||||
|
||||
labwc_deps = [
|
||||
server_protos, wayland_server, wlroots, xkbcommon, xml2, glib
|
||||
server_protos, wayland_server, wlroots, xkbcommon, xml2, glib, cairo, pango
|
||||
]
|
||||
|
||||
executable(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue