mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Xwayland: first draft, just start server for now
This commit is contained in:
parent
a138657598
commit
49a823d4c6
6 changed files with 344 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ subdir('render')
|
|||
subdir('types')
|
||||
subdir('util')
|
||||
subdir('xcursor')
|
||||
subdir('xwayland')
|
||||
|
||||
wlr_deps = [
|
||||
wayland_server,
|
||||
|
|
@ -77,6 +78,7 @@ lib_wlr = library('wlroots', files('dummy.c'),
|
|||
lib_wlr_types,
|
||||
lib_wlr_util,
|
||||
lib_wlr_xcursor,
|
||||
lib_wlr_xwayland,
|
||||
],
|
||||
dependencies: wlr_deps,
|
||||
include_directories: wlr_inc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue