sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
13
xserver/miext/rootless/meson.build
Normal file
13
xserver/miext/rootless/meson.build
Normal file
|
@ -0,0 +1,13 @@
|
|||
srcs_miext_rootless = [
|
||||
'rootlessCommon.c',
|
||||
'rootlessGC.c',
|
||||
'rootlessScreen.c',
|
||||
'rootlessValTree.c',
|
||||
'rootlessWindow.c',
|
||||
]
|
||||
|
||||
libxserver_miext_rootless = static_library('libxserver_miext_rootless',
|
||||
srcs_miext_rootless,
|
||||
include_directories: inc,
|
||||
dependencies: common_dep,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue