1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-01-31 10:59:50 +01:00
wlroots-hyprland/util/meson.build
2018-01-26 22:11:09 +01:00

10 lines
179 B
Meson

lib_wlr_util = static_library(
'wlr_util',
files(
'log.c',
'os-compatibility.c',
'region.c',
),
include_directories: wlr_inc,
dependencies: [wayland_server, pixman],
)