meson: Add dep_glvnd to egl deps when building with glvnd
authorDylan Baker <dylan@pnwbakers.com>
Thu, 10 Oct 2019 22:10:56 +0000 (15:10 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 5 Nov 2019 16:44:41 +0000 (16:44 +0000)
commit5d085ad052aac1f35cef7b60c0e6ecad65a6807b
tree3da1ce328b740deac617383e4fc4f210b4c9d321
parent9020f519d2434be33edd59b9205d6647db4472bb
meson: Add dep_glvnd to egl deps when building with glvnd

Otherwise if glvnd is not installed systemwide, but only in a prefix,
it's headers wont be found. This happens because if it's headers are in
/usr/include/ then another dependence will provide the necessary -I
arguments and compilation will work.

Fixes: 035ec7a2bb2d5e413ac945b8f012185a0e187d5e
       ("meson: Add support for EGL glvnd")
Acked-by: Eric Engestrom <eric@engestrom.ch>
src/egl/meson.build