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:
b4b8588
)
meson: Add missed public headers
14/202714/1
author
Wonki Kim
<wonki_.kim@samsung.com>
Wed, 3 Apr 2019 07:11:20 +0000
(16:11 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Wed, 3 Apr 2019 07:11:20 +0000
(16:11 +0900)
those header files are necessary files to be installed.
so that this patch added them
Change-Id: I833768e6dd565bb33e5084fda2db9a4c98b1dcd3
src/lib/elementary/meson.build
patch
|
blob
|
history
diff --git
a/src/lib/elementary/meson.build
b/src/lib/elementary/meson.build
index
f17e392
..
3f949a0
100644
(file)
--- a/
src/lib/elementary/meson.build
+++ b/
src/lib/elementary/meson.build
@@
-764,6
+764,8
@@
elementary_pub_headers += [
'elm_atspi_proxy.h',
'elm_atspi_proxy_eo.legacy.h',
'efl_ui_animation_view_eo.legacy.h',
+ 'elm_widget_item_container_eo.h',
+ 'elm_widget_item_eo.h',
]
#TIZEN_ONLY-->