examples/layer-shell: remove wlroots dependency

This is a client example, it shouldn't use a compositor library
like wlroots.
This commit is contained in:
Simon Ser 2021-12-07 16:19:26 +01:00
parent ad28490cf4
commit 83bdb3ad07
2 changed files with 6 additions and 9 deletions

View file

@ -82,7 +82,7 @@ clients = {
},
'layer-shell': {
'src': ['layer-shell.c', 'egl_common.c'],
'dep': [wayland_egl, wayland_cursor, wlroots, egl, glesv2],
'dep': [wayland_egl, wayland_cursor, egl, glesv2],
'proto': [
'wlr-layer-shell-unstable-v1',
'xdg-shell',