Module: Mesa Branch: staging/18.3 Commit: 940d3a4ef8c101a75e439613c5f8c2c402389ca1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=940d3a4ef8c101a75e439613c5f8c2c402389ca1
Author: Eric Engestrom <[email protected]> Date: Thu Oct 11 16:27:07 2018 +0100 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]> (cherry picked from commit 7df80de6e645ba8c20d97f5f2b1f6c12aa962e29) --- src/gbm/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gbm/meson.build b/src/gbm/meson.build index 2e9d380c0b..719f9c1a9b 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
