meson: add efl_ui_widget_common.h to installed headers
authorXavi Artigas <xavierartigas@yahoo.es>
Mon, 4 Mar 2019 15:22:41 +0000 (16:22 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:37 +0000 (20:49 +0900)
Summary: This was missing and caused C tutorials to break build.

Test Plan: ninja install and then try to build a C tutorial

Reviewers: bu5hm4n

Reviewed By: bu5hm4n

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8096

src/lib/elementary/meson.build

index 731743ea3de3a0bcaf2f55682a643ee2555a7809..11f2e625629f12daf1c145fd5c116c7aa77c7273 100644 (file)
@@ -528,6 +528,7 @@ elementary_pub_headers = [
   'elm_bubble.h',
   'elm_bubble_legacy.h',
   'elm_button.h',
+  'efl_ui_widget_common.h',
   'efl_ui_button_eo.h',
   'elm_button_legacy.h',
   'elm_cache.h',