mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
examples/embedded: new example
This commit is contained in:
parent
8678633fc9
commit
8836e12988
2 changed files with 195 additions and 0 deletions
|
|
@ -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],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue