From 111d7891f5108d4e8bfbd17b288723671ac52d1d Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Mon, 22 Jul 2019 21:08:02 +0100
Subject: [PATCH] Install enums.h below ${includedir} as intended

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 steam-runtime-tools/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/steam-runtime-tools/meson.build b/steam-runtime-tools/meson.build
index c8f47438a..179ce5b66 100644
--- a/steam-runtime-tools/meson.build
+++ b/steam-runtime-tools/meson.build
@@ -39,7 +39,7 @@ libsteamrt_public_headers = [
 
 enums = gnome.mkenums_simple(
   'enums',
-  install_dir : join_paths('steam-runtime-tools-' + api_major, 'steam-runtime-tools'),
+  install_dir : join_paths(get_option('includedir'), 'steam-runtime-tools-' + api_major, 'steam-runtime-tools'),
   install_header : true,
   sources : libsteamrt_public_headers,
 )
-- 
GitLab