mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
12 lines
206 B
Meson
12 lines
206 B
Meson
lib_wlr_util = static_library(
|
|
'wlr_util',
|
|
files(
|
|
'array.c',
|
|
'log.c',
|
|
'os-compatibility.c',
|
|
'region.c',
|
|
'signal.c',
|
|
),
|
|
include_directories: wlr_inc,
|
|
dependencies: [wayland_server, pixman],
|
|
)
|