aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-12-07 16:19:26 +0100
committerSimon Ser <contact@emersion.fr>2021-12-07 16:19:26 +0100
commit83bdb3ad0759a8043f0010e4bfd18f03b88f1e1e (patch)
tree2fb7bc9e0deb1eae4080c6da5cdee9a42b264656 /examples/meson.build
parentad28490cf496e0ddae991fc553f24e63efe72a34 (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.build2
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',