From 2cb2e6f87c73c076aca2894edc61808cf0741343 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 15 Oct 2018 20:09:21 +0200 Subject: [PATCH] meson: another build break fix the installation of the header was forgotten which broke app compilation against meson builds Differential Revision: https://phab.enlightenment.org/D7161 --- src/lib/elementary/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/elementary/meson.build b/src/lib/elementary/meson.build index 767d6f3b9a..69f48f3cda 100644 --- a/src/lib/elementary/meson.build +++ b/src/lib/elementary/meson.build @@ -639,6 +639,8 @@ elementary_pub_headers = [ 'elm_thumb.h', 'elm_thumb_common.h', 'elm_thumb_legacy.h', + 'elm_textpath.h', + 'elm_textpath_legacy.h', 'elm_toolbar.h', 'elm_toolbar_common.h', 'elm_toolbar_eo.h',