meson: Add the x(org)proto headers to the include path

Without this meson won't properly use headers installed into a
non-default location.

Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2018-03-20 14:00:33 -04:00
parent 21e8a4a1b9
commit 2415ef5b22

View File

@ -455,6 +455,7 @@ inc = include_directories(
'randr',
'render',
'xfixes',
xproto_dep.get_pkgconfig_variable('includedir')
)
glx_inc = include_directories('glx')