examples/embedded: new example

This commit is contained in:
Simon Ser 2023-06-14 17:54:09 +02:00
parent 8678633fc9
commit 8836e12988
2 changed files with 195 additions and 0 deletions

View file

@ -223,3 +223,14 @@ foreach name, info : clients
build_by_default: get_option('examples'),
)
endforeach
executable(
'embedded',
[
'embedded.c',
'egl_common.c',
protocols_code['xdg-shell'],
protocols_client_header['xdg-shell'],
],
dependencies: [wlroots, wayland_client, wayland_egl, egl, glesv2],
)