projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c93fa5
)
meson: add efl_ui_widget_common.h to installed headers
author
Xavi Artigas
<xavierartigas@yahoo.es>
Mon, 4 Mar 2019 15:22:41 +0000
(16:22 +0100)
committer
Wonki 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
patch
|
blob
|
history
diff --git
a/src/lib/elementary/meson.build
b/src/lib/elementary/meson.build
index 731743ea3de3a0bcaf2f55682a643ee2555a7809..11f2e625629f12daf1c145fd5c116c7aa77c7273 100644
(file)
--- a/
src/lib/elementary/meson.build
+++ b/
src/lib/elementary/meson.build
@@
-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',