This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository efl.
View the commit online.
commit 00a44b416959fbf595cd9451b06259bc3dcf0d48
Author: Carsten Haitzler <[email protected]>
AuthorDate: Tue Dec 27 08:42:39 2022 +0000
elm - install elm_widget_item_container_eo.h - fix bug
elm_widget_item_container_eo.h seemingly was not installed. odd. added
to list.
@fix
---
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 09e5596e3a..5f3aa4720a 100644
--- a/src/lib/elementary/meson.build
+++ b/src/lib/elementary/meson.build
@@ -702,6 +702,7 @@ elementary_pub_headers = [
'elm_view_form_eo.h',
'elm_view_list_eo.h',
'elm_web_eo.legacy.h',
+ 'elm_widget_item_container_eo.h',
'elm_widget_item_container_eo.legacy.h',
'elm_widget_item_eo.legacy.h',
'elm_widget_item_static_focus_eo.legacy.h',
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.