mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
fix formatting in types/meson.build
This commit is contained in:
parent
5c845f14ed
commit
ab1a12b174
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ lib_wlr_types = static_library('wlr_types', files(
|
||||||
'wlr_xdg_shell_v6.c',
|
'wlr_xdg_shell_v6.c',
|
||||||
'wlr_wl_shell.c',
|
'wlr_wl_shell.c',
|
||||||
'wlr_compositor.c',
|
'wlr_compositor.c',
|
||||||
'wlr_geometry.c',
|
'wlr_geometry.c',
|
||||||
),
|
),
|
||||||
include_directories: wlr_inc,
|
include_directories: wlr_inc,
|
||||||
dependencies: [wayland_server, pixman, wlr_protos])
|
dependencies: [wayland_server, pixman, wlr_protos])
|
||||||
|
|
Loading…
Reference in a new issue