From 73a3aa6e7947512343a133e777c21c0af3d368dd Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 23 May 2017 05:06:01 +0100 Subject: [PATCH] meson: Install atk.h We're missing atk.h from the list of installed header. --- atk/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/atk/meson.build b/atk/meson.build index 83ae5ba..82aae86 100644 --- a/atk/meson.build +++ b/atk/meson.build @@ -34,6 +34,7 @@ atk_sources = [ ] atk_headers = [ + 'atk.h', 'atkaction.h', 'atkcomponent.h', 'atkdocument.h', -- 2.7.4