Xwayland: first draft, just start server for now

This commit is contained in:
Dominique Martinet 2017-08-19 17:59:31 +02:00
parent a138657598
commit 49a823d4c6
6 changed files with 344 additions and 0 deletions

5
xwayland/meson.build Normal file
View file

@ -0,0 +1,5 @@
lib_wlr_xwayland = static_library('wlr_xwayland', files(
'sockets.c',
'xwayland.c',
),
include_directories: wlr_inc)