diff options
author | Simon Ser <contact@emersion.fr> | 2021-12-07 16:19:26 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-12-07 16:19:26 +0100 |
commit | 83bdb3ad0759a8043f0010e4bfd18f03b88f1e1e (patch) | |
tree | 2fb7bc9e0deb1eae4080c6da5cdee9a42b264656 /examples/meson.build | |
parent | ad28490cf496e0ddae991fc553f24e63efe72a34 (diff) |
examples/layer-shell: remove wlroots dependency
This is a client example, it shouldn't use a compositor library
like wlroots.
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/meson.build b/examples/meson.build index 3ec4dac4..3189f0b4 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -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', |