xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f58e467cf3ada8d6152e2782e4e0fa4eb44255c6

commit f58e467cf3ada8d6152e2782e4e0fa4eb44255c6
Author: Xavi Artigas <[email protected]>
Date:   Mon Mar 4 16:22:41 2019 +0100

    meson: add efl_ui_widget_common.h to installed headers
    
    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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elementary/meson.build b/src/lib/elementary/meson.build
index a3200855c9..6a672e4d00 100644
--- a/src/lib/elementary/meson.build
+++ b/src/lib/elementary/meson.build
@@ -524,6 +524,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',

-- 


Reply via email to