From 2415ef5b228f5a235377decde95cb146c6642ea9 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 20 Mar 2018 14:00:33 -0400 Subject: [PATCH] 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 --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 32d72045b..47385ab03 100644 --- a/meson.build +++ b/meson.build @@ -455,6 +455,7 @@ inc = include_directories( 'randr', 'render', 'xfixes', + xproto_dep.get_pkgconfig_variable('includedir') ) glx_inc = include_directories('glx')