You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
294 B
17 lines
294 B
2 years ago
|
srcs_libweston += files([
|
||
|
'libweston-desktop.c',
|
||
|
'client.c',
|
||
|
'seat.c',
|
||
|
'surface.c',
|
||
|
'xwayland.c',
|
||
|
'xdg-shell.c',
|
||
|
'xdg-shell-v6.c',
|
||
|
])
|
||
|
|
||
|
srcs_libweston += [
|
||
|
xdg_shell_unstable_v6_server_protocol_h,
|
||
|
xdg_shell_unstable_v6_protocol_c,
|
||
|
xdg_shell_server_protocol_h,
|
||
|
xdg_shell_protocol_c,
|
||
|
]
|