diff options
| author | Simon Ser <contact@emersion.fr> | 2023-06-14 16:33:18 +0200 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2023-06-14 16:33:18 +0200 |
| commit | 840fd7dce6c675dfbebefc78fc5a5e418bd0332e (patch) | |
| tree | e7718b9c8ea94e6cf5509140fb71623dec22d871 | |
| parent | 753f3cc4fa2aa1d541be12ccc9f81dc9531e23cf (diff) | |
| download | wlroots-840fd7dce6c675dfbebefc78fc5a5e418bd0332e.tar.xz | |
examples: drop unnecessary include_directories
wlr_inc is already pulled in via the wlroots dep. proto_inc is
already pulled in because extra_src contains these headers.
| -rw-r--r-- | examples/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/meson.build b/examples/meson.build index f2d8b93d..1a9efc59 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -200,7 +200,6 @@ foreach name, info : compositors name, [info.get('src'), extra_src], dependencies: [wlroots, libdrm], - include_directories: [wlr_inc, proto_inc], build_by_default: get_option('examples'), ) endforeach |
