mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
10 lines
163 B
Meson
10 lines
163 B
Meson
lib_wlr_util = static_library(
|
|
'wlr_util',
|
|
files(
|
|
'log.c',
|
|
'os-compatibility.c',
|
|
'region.c',
|
|
),
|
|
include_directories: wlr_inc,
|
|
dependencies: [pixman],
|
|
)
|