Fix #64
This commit is contained in:
parent
e6a7817e45
commit
d4b4bfb8bc
|
@ -1,4 +1,4 @@
|
||||||
lib_wlr_types = static_library('wlr_types', [
|
lib_wlr_types = static_library('wlr_types', files(
|
||||||
'wlr_input_device.c',
|
'wlr_input_device.c',
|
||||||
'wlr_keyboard.c',
|
'wlr_keyboard.c',
|
||||||
'wlr_output.c',
|
'wlr_output.c',
|
||||||
|
@ -9,6 +9,6 @@ lib_wlr_types = static_library('wlr_types', [
|
||||||
'wlr_tablet_tool.c',
|
'wlr_tablet_tool.c',
|
||||||
'wlr_touch.c',
|
'wlr_touch.c',
|
||||||
'wlr_xdg_shell_v6.c',
|
'wlr_xdg_shell_v6.c',
|
||||||
],
|
),
|
||||||
include_directories: wlr_inc,
|
include_directories: wlr_inc,
|
||||||
dependencies: [wayland_server, pixman, wlr_protos])
|
dependencies: [wayland_server, pixman, wlr_protos])
|
||||||
|
|
Loading…
Reference in New Issue