OSDN Git Service

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 17:17:38 +0000 (09:17 -0800)
commit08501e77af55dc2ac6bc438b45a6506d2bf3a355
treefc1da24b9050c6fc5455502d4109a3128e24a304
parent49af89a0b988e7474c3628201b277222679d1eed
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>
(cherry picked from commit 5d085ad052aac1f35cef7b60c0e6ecad65a6807b)
src/egl/meson.build