2017-08-30 18:30:47 +00:00
|
|
|
lib_wlr_util = static_library(
|
|
|
|
'wlr_util',
|
|
|
|
files(
|
2018-07-07 15:56:37 +00:00
|
|
|
'array.c',
|
2017-08-30 18:30:47 +00:00
|
|
|
'log.c',
|
2018-01-25 18:15:20 +00:00
|
|
|
'region.c',
|
2018-10-26 16:38:23 +00:00
|
|
|
'shm.c',
|
2018-02-12 08:12:31 +00:00
|
|
|
'signal.c',
|
2017-08-30 18:30:47 +00:00
|
|
|
),
|
|
|
|
include_directories: wlr_inc,
|
2018-10-26 16:38:23 +00:00
|
|
|
dependencies: [wayland_server, pixman, rt],
|
2017-08-30 18:30:47 +00:00
|
|
|
)
|