diff options
author | Eric Engestrom <[email protected]> | 2018-10-11 16:27:07 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-11-13 17:25:02 +0000 |
commit | 7df80de6e645ba8c20d97f5f2b1f6c12aa962e29 (patch) | |
tree | 5929b38727cbc3346c8392f710fd99853c4e007d | |
parent | 3832db275efdb235b3b7b27c9b41e64d5507aa2c (diff) |
gbm: remove unnecessary meson include
`inc_wayland_drm` is only used if wayland is built, and it's already
added in that case a few lines below.
Fixes: a29869e8720b385d3692f "gbm: Don't traverse backwards for includes"
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
-rw-r--r-- | src/gbm/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gbm/meson.build b/src/gbm/meson.build index 2e9d380c0b4..719f9c1a9b8 100644 --- a/src/gbm/meson.build +++ b/src/gbm/meson.build @@ -32,7 +32,6 @@ args_gbm = [] deps_gbm = [] incs_gbm = [ include_directories('main'), inc_include, inc_src, inc_loader, - inc_wayland_drm, ] if with_dri2 |