summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-20 14:00:33 -0400
committerAdam Jackson <ajax@redhat.com>2018-03-21 10:16:33 -0400
commit2415ef5b228f5a235377decde95cb146c6642ea9 (patch)
treeb5d4fb916bdf73e6598d83aafeef3b431af6dc4a
parent21e8a4a1b993a9b1abd4a7510cd3d8a152be998b (diff)
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>
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
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')