mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04: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
5
xwayland/meson.build
Normal file
5
xwayland/meson.build
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
lib_wlr_xwayland = static_library('wlr_xwayland', files(
|
||||
'sockets.c',
|
||||
'xwayland.c',
|
||||
),
|
||||
include_directories: wlr_inc)
|
||||
Loading…
Add table
Add a link
Reference in a new issue