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:
parent
21e8a4a1b9
commit
2415ef5b22
|
@ -455,6 +455,7 @@ inc = include_directories(
|
||||||
'randr',
|
'randr',
|
||||||
'render',
|
'render',
|
||||||
'xfixes',
|
'xfixes',
|
||||||
|
xproto_dep.get_pkgconfig_variable('includedir')
|
||||||
)
|
)
|
||||||
|
|
||||||
glx_inc = include_directories('glx')
|
glx_inc = include_directories('glx')
|
||||||
|
|
Loading…
Reference in New Issue