diff options
author | Simon Ser <contact@emersion.fr> | 2021-12-07 16:11:29 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-12-07 16:11:29 +0100 |
commit | ad28490cf496e0ddae991fc553f24e63efe72a34 (patch) | |
tree | 54a9fbc2c04d5a1cda52744204a09155f40fb406 /examples | |
parent | c50c4fc5cc7fc4c1e8e7ecd5d21bb821d0f7cfb6 (diff) |
build: move wayland-client dep to backend/wayland/
wayland-client isn't really used by wlroots core, so let's move the
dep to where it's needed in the Wayland backend.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build index 1e428e81..3ec4dac4 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -1,6 +1,7 @@ threads = dependency('threads') wayland_egl = dependency('wayland-egl') wayland_cursor = dependency('wayland-cursor') +wayland_client = dependency('wayland-client') libpng = dependency('libpng', required: false, disabler: true) egl = dependency('egl', required: false, disabler: true) glesv2 = dependency('glesv2', required: false, disabler: true) |