1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409 |
+ cd wlroots
+ meson --prefix=/usr build -Dexamples=false
The Meson build system
Version: 0.54.1
Source dir: /home/build/wlroots
Build dir: /home/build/wlroots/build
Build type: native build
Project name: wlroots
Project version: 0.10.0
C compiler for the host machine: cc (gcc 9.3.0 "cc (Alpine 9.3.0) 9.3.0")
C linker for the host machine: cc ld.bfd 2.34
Host machine cpu family: x86_64
Host machine cpu: x86_64
Compiler for C supports arguments -Wundef: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wmissing-include-dirs: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Winit-self: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wimplicit-fallthrough=2: YES
Compiler for C supports arguments -Wendif-labels: YES
Compiler for C supports arguments -Wstrict-aliasing=2: YES
Compiler for C supports arguments -Woverflow: YES
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -Wno-missing-braces -Wmissing-braces: YES
Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES
Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES
Compiler for C supports arguments -fmacro-prefix-map=/prefix/to/hide=: YES
Found pkg-config: /usr/bin/pkg-config (1.6.3)
Run-time dependency wayland-server found: YES 1.18.0
Run-time dependency wayland-client found: YES 1.18.0
Run-time dependency wayland-egl found: YES 18.1.0
Run-time dependency wayland-protocols found: YES 1.20
Run-time dependency egl found: YES 20.0.5
Run-time dependency glesv2 found: YES 20.0.5
Run-time dependency libdrm found: YES 2.4.101
Run-time dependency gbm found: YES 20.0.5
Run-time dependency libinput found: YES 1.15.5
Run-time dependency xkbcommon found: YES 0.10.0
Run-time dependency libudev found: YES 243
Run-time dependency pixman-1 found: YES 0.40.0
Library m found: YES
Library rt found: YES
Found pkg-config: /usr/bin/pkg-config (1.6.3)
Build-time dependency wayland-scanner found: YES 1.18.0
Program /usr/bin/wayland-scanner found: YES (/usr/bin/wayland-scanner)
Run-time dependency x11-xcb found: YES 1.6.9
Run-time dependency xcb found: YES 1.14
Run-time dependency xcb-xinput found: YES 1.14
Run-time dependency xcb-xfixes found: YES 1.14
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libsystemd found: NO (tried pkgconfig and cmake)
Message: libsystemd not found, trying libelogind
Required for logind support.
You may need to pass "-Dlogind-provider=elogind" or "-Dlogind-provider=systemd" to ensure the correct library is detected.
Message: libsystemd not found, trying libelogind
Required for logind support.
You may need to pass "-Dlogind-provider=elogind" or "-Dlogind-provider=systemd" to ensure the correct library is detected.
Run-time dependency libelogind found: NO (tried pkgconfig and cmake)
Message: libelogind not found
Required for logind support.
You may need to pass "-Dlogind-provider=elogind" or "-Dlogind-provider=systemd" to ensure the correct library is detected.
Message: libelogind not found
Required for logind support.
You may need to pass "-Dlogind-provider=elogind" or "-Dlogind-provider=systemd" to ensure the correct library is detected.
Run-time dependency xcb found: YES 1.14
Run-time dependency xcb-composite found: YES 1.14
Run-time dependency xcb-render found: YES 1.14
Run-time dependency xcb-xfixes found: YES 1.14
Run-time dependency xcb-errors found: NO (tried pkgconfig and cmake)
Message: Required for printing X11 errors.
Message: Required for printing X11 errors.
Run-time dependency xcb-icccm found: NO (tried pkgconfig and cmake)
Message: Required for extended X11 window manager hints.
Message: Required for extended X11 window manager hints.
Configuring config.h using configuration
Configuring version.h using configuration
Build targets in project: 91
wlroots 0.10.0
systemd: 0
elogind: 0
xwayland: 1
x11_backend: 1
xcb-icccm: 0
xcb-errors: 0
Found ninja-1.9.0 at /usr/bin/ninja
+ ninja -C build
[1/226] Generating wlr_virtual_pointer_unstable_v1_c with a custom command
[2/226] Generating wlr_screencopy_unstable_v1_c with a custom command
[3/226] Generating wlr_output_power_management_unstable_v1_c with a custom command
[4/226] Generating wlr_output_management_unstable_v1_c with a custom command
[5/226] Generating wlr_layer_shell_unstable_v1_c with a custom command
[6/226] Generating wlr_input_inhibitor_unstable_v1_c with a custom command
[7/226] Generating wlr_gamma_control_unstable_v1_c with a custom command
[8/226] Generating wlr_foreign_toplevel_management_unstable_v1_c with a custom command
[9/226] Generating wlr_export_dmabuf_unstable_v1_c with a custom command
[10/226] Generating wlr_data_control_unstable_v1_c with a custom command
[11/226] Generating virtual_keyboard_unstable_v1_c with a custom command
[12/226] Generating input_method_unstable_v2_c with a custom command
[13/226] Generating kde_server_decoration_c with a custom command
[14/226] Generating kde_idle_c with a custom command
[15/226] Generating gtk_primary_selection_c with a custom command
[16/226] Generating xdg_shell_unstable_v6_c with a custom command
[17/226] Generating xdg_output_unstable_v1_c with a custom command
[18/226] Generating xdg_decoration_unstable_v1_c with a custom command
[19/226] Generating text_input_unstable_v3_c with a custom command
[20/226] Generating tablet_unstable_v2_c with a custom command
[21/226] Generating relative_pointer_unstable_v1_c with a custom command
[22/226] Generating primary_selection_unstable_v1_c with a custom command
[23/226] Generating pointer_gestures_unstable_v1_c with a custom command
[24/226] Generating pointer_constraints_unstable_v1_c with a custom command
[25/226] Generating linux_dmabuf_unstable_v1_c with a custom command
[26/226] Generating keyboard_shortcuts_inhibit_unstable_v1_c with a custom command
[27/226] Generating idle_inhibit_unstable_v1_c with a custom command
[28/226] Generating fullscreen_shell_unstable_v1_c with a custom command
[29/226] Generating presentation_time_c with a custom command
[30/226] Generating xdg_shell_client_h with a custom command
[31/226] Generating xdg_decoration_unstable_v1_client_h with a custom command
[32/226] Generating tablet_unstable_v2_client_h with a custom command
[33/226] Generating relative_pointer_unstable_v1_client_h with a custom command
[34/226] Generating presentation_time_client_h with a custom command
[35/226] Generating pointer_gestures_unstable_v1_client_h with a custom command
[36/226] Generating linux_dmabuf_unstable_v1_client_h with a custom command
[37/226] Generating wlr_virtual_pointer_unstable_v1_server_h with a custom command
[38/226] Generating wlr_screencopy_unstable_v1_server_h with a custom command
[39/226] Generating wlr_output_power_management_unstable_v1_server_h with a custom command
[40/226] Generating wlr_output_management_unstable_v1_server_h with a custom command
[41/226] Generating wlr_layer_shell_unstable_v1_server_h with a custom command
[42/226] Generating wlr_input_inhibitor_unstable_v1_server_h with a custom command
[43/226] Generating wlr_gamma_control_unstable_v1_server_h with a custom command
[44/226] Generating wlr_foreign_toplevel_management_unstable_v1_server_h with a custom command
[45/226] Generating wlr_export_dmabuf_unstable_v1_server_h with a custom command
[46/226] Generating wlr_data_control_unstable_v1_server_h with a custom command
[47/226] Generating virtual_keyboard_unstable_v1_server_h with a custom command
[48/226] Generating input_method_unstable_v2_server_h with a custom command
[49/226] Generating kde_server_decoration_server_h with a custom command
[50/226] Generating kde_idle_server_h with a custom command
[51/226] Generating gtk_primary_selection_server_h with a custom command
[52/226] Generating xdg_shell_unstable_v6_server_h with a custom command
[53/226] Generating xdg_output_unstable_v1_server_h with a custom command
[54/226] Generating xdg_decoration_unstable_v1_server_h with a custom command
[55/226] Generating text_input_unstable_v3_server_h with a custom command
[56/226] Generating tablet_unstable_v2_server_h with a custom command
[57/226] Generating relative_pointer_unstable_v1_server_h with a custom command
[58/226] Generating primary_selection_unstable_v1_server_h with a custom command
[59/226] Generating pointer_gestures_unstable_v1_server_h with a custom command
[60/226] Generating pointer_constraints_unstable_v1_server_h with a custom command
[61/226] Generating linux_dmabuf_unstable_v1_server_h with a custom command
[62/226] Generating keyboard_shortcuts_inhibit_unstable_v1_server_h with a custom command
[63/226] Generating idle_inhibit_unstable_v1_server_h with a custom command
[64/226] Generating fullscreen_shell_unstable_v1_server_h with a custom command
[65/226] Generating presentation_time_server_h with a custom command
[66/226] Generating xdg_shell_server_h with a custom command
[67/226] Generating xdg_shell_c with a custom command
[68/226] Compiling C object 'wlroots@sha/xwayland_xwm.c.o'
[69/226] Compiling C object 'wlroots@sha/xwayland_xwayland.c.o'
[70/226] Compiling C object 'wlroots@sha/xwayland_sockets.c.o'
[71/226] Compiling C object 'wlroots@sha/xwayland_selection_selection.c.o'
[72/226] Compiling C object 'wlroots@sha/xwayland_selection_outgoing.c.o'
[73/226] Compiling C object 'wlroots@sha/xwayland_selection_incoming.c.o'
[74/226] Compiling C object 'wlroots@sha/xwayland_selection_dnd.c.o'
[75/226] Compiling C object 'wlroots@sha/xcursor_xcursor.c.o'
[76/226] Compiling C object 'wlroots@sha/xcursor_wlr_xcursor.c.o'
[77/226] Compiling C object 'wlroots@sha/util_signal.c.o'
[78/226] Compiling C object 'wlroots@sha/util_shm.c.o'
[79/226] Compiling C object 'wlroots@sha/util_region.c.o'
[80/226] Compiling C object 'wlroots@sha/util_log.c.o'
[81/226] Compiling C object 'wlroots@sha/util_global.c.o'
[82/226] Compiling C object 'wlroots@sha/util_array.c.o'
[83/226] Compiling C object 'wlroots@sha/types_wlr_xdg_output_v1.c.o'
[84/226] Compiling C object 'wlroots@sha/types_wlr_xdg_decoration_v1.c.o'
[85/226] Compiling C object 'wlroots@sha/types_wlr_xcursor_manager.c.o'
[86/226] Compiling C object 'wlroots@sha/types_wlr_virtual_pointer_v1.c.o'
[87/226] Compiling C object 'wlroots@sha/types_wlr_virtual_keyboard_v1.c.o'
[88/226] Compiling C object 'wlroots@sha/types_wlr_touch.c.o'
[89/226] Compiling C object 'wlroots@sha/types_wlr_text_input_v3.c.o'
[90/226] Compiling C object 'wlroots@sha/types_wlr_tablet_tool.c.o'
[91/226] Compiling C object 'wlroots@sha/types_wlr_tablet_pad.c.o'
[92/226] Compiling C object 'wlroots@sha/types_wlr_switch.c.o'
[93/226] Compiling C object 'wlroots@sha/types_wlr_surface.c.o'
[94/226] Compiling C object 'wlroots@sha/types_wlr_server_decoration.c.o'
[95/226] Compiling C object 'wlroots@sha/types_wlr_screencopy_v1.c.o'
[96/226] Compiling C object 'wlroots@sha/types_wlr_relative_pointer_v1.c.o'
[97/226] Compiling C object 'wlroots@sha/types_wlr_region.c.o'
[98/226] Compiling C object 'wlroots@sha/types_wlr_primary_selection.c.o'
[99/226] Compiling C object 'wlroots@sha/types_wlr_primary_selection_v1.c.o'
[100/226] Compiling C object 'wlroots@sha/types_wlr_presentation_time.c.o'
[101/226] Compiling C object 'wlroots@sha/types_wlr_pointer.c.o'
[102/226] Compiling C object 'wlroots@sha/types_wlr_pointer_gestures_v1.c.o'
[103/226] Compiling C object 'wlroots@sha/types_wlr_pointer_constraints_v1.c.o'
[104/226] Compiling C object 'wlroots@sha/types_wlr_output.c.o'
[105/226] Compiling C object 'wlroots@sha/types_wlr_output_power_management_v1.c.o'
[106/226] Compiling C object 'wlroots@sha/types_wlr_output_management_v1.c.o'
[107/226] Compiling C object 'wlroots@sha/types_wlr_output_layout.c.o'
[108/226] Compiling C object 'wlroots@sha/types_wlr_output_damage.c.o'
[109/226] Compiling C object 'wlroots@sha/types_wlr_matrix.c.o'
[110/226] Compiling C object 'wlroots@sha/types_wlr_list.c.o'
[111/226] Compiling C object 'wlroots@sha/types_wlr_linux_dmabuf_v1.c.o'
[112/226] Compiling C object 'wlroots@sha/types_wlr_layer_shell_v1.c.o'
[113/226] Compiling C object 'wlroots@sha/types_wlr_keyboard_shortcuts_inhibit_v1.c.o'
[114/226] Compiling C object 'wlroots@sha/types_wlr_keyboard_group.c.o'
[115/226] Compiling C object 'wlroots@sha/types_wlr_keyboard.c.o'
[116/226] Compiling C object 'wlroots@sha/types_wlr_input_method_v2.c.o'
[117/226] Compiling C object 'wlroots@sha/types_wlr_input_inhibitor.c.o'
[118/226] Compiling C object 'wlroots@sha/types_wlr_input_device.c.o'
[119/226] Compiling C object 'wlroots@sha/types_wlr_idle.c.o'
[120/226] Compiling C object 'wlroots@sha/types_wlr_idle_inhibit_v1.c.o'
[121/226] Compiling C object 'wlroots@sha/types_wlr_gtk_primary_selection.c.o'
[122/226] Compiling C object 'wlroots@sha/types_wlr_gamma_control_v1.c.o'
[123/226] Compiling C object 'wlroots@sha/types_wlr_fullscreen_shell_v1.c.o'
[124/226] Compiling C object 'wlroots@sha/types_wlr_foreign_toplevel_management_v1.c.o'
[125/226] Compiling C object 'wlroots@sha/types_wlr_export_dmabuf_v1.c.o'
[126/226] Compiling C object 'wlroots@sha/types_wlr_data_control_v1.c.o'
[127/226] Compiling C object 'wlroots@sha/types_wlr_cursor.c.o'
[128/226] Compiling C object 'wlroots@sha/types_wlr_compositor.c.o'
[129/226] Compiling C object 'wlroots@sha/types_wlr_buffer.c.o'
[130/226] Compiling C object 'wlroots@sha/types_wlr_box.c.o'
[131/226] Compiling C object 'wlroots@sha/types_xdg_shell_wlr_xdg_toplevel.c.o'
[132/226] Compiling C object 'wlroots@sha/types_xdg_shell_wlr_xdg_surface.c.o'
[133/226] Compiling C object 'wlroots@sha/types_xdg_shell_wlr_xdg_shell.c.o'
[134/226] Compiling C object 'wlroots@sha/types_xdg_shell_wlr_xdg_positioner.c.o'
[135/226] Compiling C object 'wlroots@sha/types_xdg_shell_wlr_xdg_popup.c.o'
[136/226] Compiling C object 'wlroots@sha/types_xdg_shell_v6_wlr_xdg_toplevel_v6.c.o'
[137/226] Compiling C object 'wlroots@sha/types_xdg_shell_v6_wlr_xdg_surface_v6.c.o'
[138/226] Compiling C object 'wlroots@sha/types_xdg_shell_v6_wlr_xdg_shell_v6.c.o'
[139/226] Compiling C object 'wlroots@sha/types_xdg_shell_v6_wlr_xdg_positioner_v6.c.o'
[140/226] Compiling C object 'wlroots@sha/types_xdg_shell_v6_wlr_xdg_popup_v6.c.o'
[141/226] Compiling C object 'wlroots@sha/types_tablet_v2_wlr_tablet_v2.c.o'
[142/226] Compiling C object 'wlroots@sha/types_tablet_v2_wlr_tablet_v2_tool.c.o'
[143/226] Compiling C object 'wlroots@sha/types_tablet_v2_wlr_tablet_v2_tablet.c.o'
[144/226] Compiling C object 'wlroots@sha/types_tablet_v2_wlr_tablet_v2_pad.c.o'
[145/226] Compiling C object 'wlroots@sha/types_seat_wlr_seat.c.o'
[146/226] Compiling C object 'wlroots@sha/types_seat_wlr_seat_touch.c.o'
[147/226] Compiling C object 'wlroots@sha/types_seat_wlr_seat_pointer.c.o'
[148/226] Compiling C object 'wlroots@sha/types_seat_wlr_seat_keyboard.c.o'
[149/226] Compiling C object 'wlroots@sha/types_data_device_wlr_drag.c.o'
[150/226] Compiling C object 'wlroots@sha/types_data_device_wlr_data_source.c.o'
[151/226] Compiling C object 'wlroots@sha/types_data_device_wlr_data_offer.c.o'
[152/226] Compiling C object 'wlroots@sha/types_data_device_wlr_data_device.c.o'
[153/226] Compiling C object 'wlroots@sha/backend_session_direct.c.o'
[154/226] Compiling C object 'wlroots@sha/backend_session_session.c.o'
[155/226] Compiling C object 'wlroots@sha/backend_session_noop.c.o'
[156/226] Compiling C object 'wlroots@sha/backend_session_direct-ipc.c.o'
[157/226] Compiling C object 'wlroots@sha/backend_x11_output.c.o'
[158/226] Compiling C object 'wlroots@sha/backend_x11_input_device.c.o'
[159/226] Compiling C object 'wlroots@sha/backend_x11_backend.c.o'
[160/226] Compiling C object 'wlroots@sha/backend_wayland_tablet_v2.c.o'
[161/226] Compiling C object 'wlroots@sha/backend_wayland_seat.c.o'
[162/226] Compiling C object 'wlroots@sha/backend_wayland_output.c.o'
[163/226] Compiling C object 'wlroots@sha/backend_wayland_backend.c.o'
[164/226] Compiling C object 'wlroots@sha/backend_noop_output.c.o'
[165/226] Compiling C object 'wlroots@sha/backend_noop_backend.c.o'
[166/226] Compiling C object 'wlroots@sha/backend_multi_backend.c.o'
[167/226] Compiling C object 'wlroots@sha/backend_libinput_touch.c.o'
[168/226] Compiling C object 'wlroots@sha/backend_libinput_tablet_tool.c.o'
[169/226] Compiling C object 'wlroots@sha/backend_libinput_tablet_pad.c.o'
[170/226] Compiling C object 'wlroots@sha/backend_libinput_switch.c.o'
[171/226] Compiling C object 'wlroots@sha/backend_libinput_pointer.c.o'
[172/226] Compiling C object 'wlroots@sha/backend_libinput_keyboard.c.o'
[173/226] Compiling C object 'wlroots@sha/backend_libinput_events.c.o'
[174/226] Compiling C object 'wlroots@sha/backend_libinput_backend.c.o'
[175/226] Compiling C object 'wlroots@sha/backend_headless_output.c.o'
[176/226] Compiling C object 'wlroots@sha/backend_headless_input_device.c.o'
[177/226] Compiling C object 'wlroots@sha/backend_headless_backend.c.o'
[178/226] Compiling C object 'wlroots@sha/backend_drm_util.c.o'
[179/226] Compiling C object 'wlroots@sha/backend_drm_renderer.c.o'
[180/226] Compiling C object 'wlroots@sha/backend_drm_properties.c.o'
[181/226] Compiling C object 'wlroots@sha/backend_drm_legacy.c.o'
[182/226] Compiling C object 'wlroots@sha/backend_drm_drm.c.o'
[183/226] Compiling C object 'wlroots@sha/backend_drm_cvt.c.o'
[184/226] Compiling C object 'wlroots@sha/backend_drm_backend.c.o'
[185/226] Compiling C object 'wlroots@sha/backend_drm_atomic.c.o'
[186/226] Compiling C object 'wlroots@sha/backend_backend.c.o'
[187/226] Compiling C object 'wlroots@sha/render_wlr_texture.c.o'
[188/226] Compiling C object 'wlroots@sha/render_wlr_renderer.c.o'
[189/226] Compiling C object 'wlroots@sha/render_gles2_texture.c.o'
[190/226] Compiling C object 'wlroots@sha/render_gles2_shaders.c.o'
[191/226] Compiling C object 'wlroots@sha/render_gles2_renderer.c.o'
[192/226] Compiling C object 'wlroots@sha/render_gles2_pixel_format.c.o'
[193/226] Compiling C object 'wlroots@sha/render_drm_format_set.c.o'
[194/226] Compiling C object 'wlroots@sha/render_egl.c.o'
[195/226] Compiling C object 'wlroots@sha/render_dmabuf.c.o'
[196/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_wlr-virtual-pointer-unstable-v1-protocol.c.o'
[197/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_wlr-screencopy-unstable-v1-protocol.c.o'
[198/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_wlr-output-power-management-unstable-v1-protocol.c.o'
[199/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_wlr-output-management-unstable-v1-protocol.c.o'
[200/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_wlr-layer-shell-unstable-v1-protocol.c.o'
[201/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_wlr-input-inhibitor-unstable-v1-protocol.c.o'
[202/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_wlr-gamma-control-unstable-v1-protocol.c.o'
[203/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_wlr-foreign-toplevel-management-unstable-v1-protocol.c.o'
[204/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_wlr-export-dmabuf-unstable-v1-protocol.c.o'
[205/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_wlr-data-control-unstable-v1-protocol.c.o'
[206/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_virtual-keyboard-unstable-v1-protocol.c.o'
[207/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_input-method-unstable-v2-protocol.c.o'
[208/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_server-decoration-protocol.c.o'
[209/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_idle-protocol.c.o'
[210/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_gtk-primary-selection-protocol.c.o'
[211/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_xdg-shell-unstable-v6-protocol.c.o'
[212/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_xdg-output-unstable-v1-protocol.c.o'
[213/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_xdg-decoration-unstable-v1-protocol.c.o'
[214/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_text-input-unstable-v3-protocol.c.o'
[215/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_tablet-unstable-v2-protocol.c.o'
[216/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_relative-pointer-unstable-v1-protocol.c.o'
[217/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_primary-selection-unstable-v1-protocol.c.o'
[218/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_pointer-gestures-unstable-v1-protocol.c.o'
[219/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_pointer-constraints-unstable-v1-protocol.c.o'
[220/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_linux-dmabuf-unstable-v1-protocol.c.o'
[221/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o'
[222/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_idle-inhibit-unstable-v1-protocol.c.o'
[223/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_fullscreen-shell-unstable-v1-protocol.c.o'
[224/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_presentation-time-protocol.c.o'
[225/226] Compiling C object 'wlroots@sha/meson-generated_.._protocol_xdg-shell-protocol.c.o'
[226/226] Linking target libwlroots.so.5
+ sudo ninja -C build install
[1/1] Installing files.
Installing subdir /home/build/wlroots/include/wlr to /usr/include/wlr
Installing /home/build/wlroots/include/wlr/xwayland.h to /usr/include/wlr
Installing /home/build/wlroots/include/wlr/backend.h to /usr/include/wlr
Installing /home/build/wlroots/include/wlr/xcursor.h to /usr/include/wlr
Installing /home/build/wlroots/include/wlr/interfaces/wlr_output.h to /usr/include/wlr/interfaces
Installing /home/build/wlroots/include/wlr/interfaces/wlr_touch.h to /usr/include/wlr/interfaces
Installing /home/build/wlroots/include/wlr/interfaces/wlr_input_device.h to /usr/include/wlr/interfaces
Installing /home/build/wlroots/include/wlr/interfaces/wlr_switch.h to /usr/include/wlr/interfaces
Installing /home/build/wlroots/include/wlr/interfaces/wlr_pointer.h to /usr/include/wlr/interfaces
Installing /home/build/wlroots/include/wlr/interfaces/wlr_tablet_tool.h to /usr/include/wlr/interfaces
Installing /home/build/wlroots/include/wlr/interfaces/wlr_tablet_pad.h to /usr/include/wlr/interfaces
Installing /home/build/wlroots/include/wlr/interfaces/wlr_keyboard.h to /usr/include/wlr/interfaces
Installing /home/build/wlroots/include/wlr/util/region.h to /usr/include/wlr/util
Installing /home/build/wlroots/include/wlr/util/log.h to /usr/include/wlr/util
Installing /home/build/wlroots/include/wlr/util/edges.h to /usr/include/wlr/util
Installing /home/build/wlroots/include/wlr/render/interface.h to /usr/include/wlr/render
Installing /home/build/wlroots/include/wlr/render/gles2.h to /usr/include/wlr/render
Installing /home/build/wlroots/include/wlr/render/wlr_texture.h to /usr/include/wlr/render
Installing /home/build/wlroots/include/wlr/render/wlr_renderer.h to /usr/include/wlr/render
Installing /home/build/wlroots/include/wlr/render/drm_format_set.h to /usr/include/wlr/render
Installing /home/build/wlroots/include/wlr/render/egl.h to /usr/include/wlr/render
Installing /home/build/wlroots/include/wlr/render/dmabuf.h to /usr/include/wlr/render
Installing /home/build/wlroots/include/wlr/backend/libinput.h to /usr/include/wlr/backend
Installing /home/build/wlroots/include/wlr/backend/interface.h to /usr/include/wlr/backend
Installing /home/build/wlroots/include/wlr/backend/drm.h to /usr/include/wlr/backend
Installing /home/build/wlroots/include/wlr/backend/headless.h to /usr/include/wlr/backend
Installing /home/build/wlroots/include/wlr/backend/noop.h to /usr/include/wlr/backend
Installing /home/build/wlroots/include/wlr/backend/wayland.h to /usr/include/wlr/backend
Installing /home/build/wlroots/include/wlr/backend/multi.h to /usr/include/wlr/backend
Installing /home/build/wlroots/include/wlr/backend/x11.h to /usr/include/wlr/backend
Installing /home/build/wlroots/include/wlr/backend/session.h to /usr/include/wlr/backend
Installing /home/build/wlroots/include/wlr/backend/session/interface.h to /usr/include/wlr/backend/session
Installing /home/build/wlroots/include/wlr/types/wlr_output_management_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_xdg_output_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_server_decoration.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_output.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_data_control_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_primary_selection_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_pointer_constraints_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_touch.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_buffer.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_xdg_shell.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_layer_shell_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_keyboard_group.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_gamma_control_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_matrix.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_output_layout.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_input_inhibitor.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_xdg_shell_v6.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_seat.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_xcursor_manager.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_input_device.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_surface.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_tablet_v2.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_cursor.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_pointer_gestures_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_screencopy_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_presentation_time.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_region.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_virtual_keyboard_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_switch.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_box.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_fullscreen_shell_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_text_input_v3.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_list.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_pointer.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_tablet_tool.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_output_power_management_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_export_dmabuf_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_foreign_toplevel_management_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_relative_pointer_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_virtual_pointer_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_primary_selection.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_gtk_primary_selection.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_linux_dmabuf_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_idle_inhibit_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_compositor.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_tablet_pad.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_output_damage.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_idle.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_data_device.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_keyboard.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_xdg_decoration_v1.h to /usr/include/wlr/types
Installing /home/build/wlroots/include/wlr/types/wlr_input_method_v2.h to /usr/include/wlr/types
Installing libwlroots.so.5 to /usr/lib
Installing /home/build/wlroots/build/include/wlr/config.h to /usr/include/wlr
Installing /home/build/wlroots/build/include/wlr/version.h to /usr/include/wlr
Installing /home/build/wlroots/build/meson-private/wlroots.pc to /usr/lib/pkgconfig
|