mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
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:a29869e872"gbm: Don't traverse backwards for includes" Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> (cherry picked from commit7df80de6e6)
This commit is contained in:
parent
9d92b603f1
commit
940d3a4ef8
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue