From 98cf67bf3ffe2e6ccb629e3bcaf9a6b15dfd79ed Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 13 Aug 2017 16:48:25 +0100 Subject: Include the correct file when using Colord-1.0.gir Fixes https://github.com/hughsie/colord/issues/57 --- lib/colord/meson.build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/colord/meson.build b/lib/colord/meson.build index b55d827..580a2fa 100644 --- a/lib/colord/meson.build +++ b/lib/colord/meson.build @@ -184,6 +184,9 @@ libcolord_girtarget = gnome.generate_gir(colord, symbol_prefix : 'cd', identifier_prefix : 'Cd', export_packages : 'colord', + extra_args : [ + '--c-include=colord.h', + ], c_args : [ cargs, ], -- cgit v1.2.1