gbm: Don't traverse backwards for includes
authorDylan Baker <dylan@pnwbakers.com>
Sat, 21 Oct 2017 00:49:42 +0000 (17:49 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 2 Nov 2017 18:39:45 +0000 (11:39 -0700)
This is just a bad idea and should be avoided. Instead, make the #include
flat and fix the build systems to pass the proper -I flags

v2: - add an inc_wayland_drm instead passing a path to
      include_directories (Emil)
    - update commit message (Emil)

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com> (v1)
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> (v1)

No differences found