mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
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:
parent
ad28490cf4
commit
83bdb3ad07
2 changed files with 6 additions and 9 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue