elm: Fix elementary uninstalled eo headers

This fixes compilation for terminology for example.
Thanks to @Etrunko for the report.

Note: My builds originally worked fine because my installed
      include folder contained the old files :(
This commit is contained in:
Jean-Philippe Andre 2016-10-27 08:53:12 +09:00
parent 6f25878665
commit bd9c752d3f
20 changed files with 13 additions and 33 deletions

View File

@ -292,10 +292,8 @@ includesub_HEADERS = \
lib/elementary/elc_fileselector_legacy.h \
lib/elementary/elc_fileselector_common.h \
lib/elementary/elc_fileselector_button.h \
lib/elementary/elc_fileselector_button_eo.h \
lib/elementary/elc_fileselector_button_legacy.h \
lib/elementary/elc_fileselector_entry.h \
lib/elementary/elc_fileselector_entry_eo.h \
lib/elementary/elc_fileselector_entry_legacy.h \
lib/elementary/elc_hoversel.h \
lib/elementary/elc_hoversel_legacy.h \
@ -359,7 +357,6 @@ includesub_HEADERS = \
lib/elementary/elm_deprecated.h \
lib/elementary/elm_diskselector.h \
lib/elementary/elm_diskselector_common.h \
lib/elementary/elm_diskselector_eo.h \
lib/elementary/elm_diskselector_legacy.h \
lib/elementary/elm_entry.h \
lib/elementary/elm_entry_common.h \
@ -476,10 +473,8 @@ includesub_HEADERS = \
lib/elementary/elm_scroller_eo.h \
lib/elementary/elm_scroller_legacy.h \
lib/elementary/elm_segment_control.h \
lib/elementary/elm_segment_control_eo.h \
lib/elementary/elm_segment_control_legacy.h \
lib/elementary/elm_separator.h \
lib/elementary/elm_separator_eo.h \
lib/elementary/elm_separator_legacy.h \
lib/elementary/elm_slider.h \
lib/elementary/elm_slider_common.h \
@ -487,7 +482,6 @@ includesub_HEADERS = \
lib/elementary/elm_slider_legacy.h \
lib/elementary/elm_slideshow.h \
lib/elementary/elm_slideshow_common.h \
lib/elementary/elm_slideshow_eo.h \
lib/elementary/elm_slideshow_legacy.h \
lib/elementary/elm_spinner.h \
lib/elementary/elm_spinner_eo.h \

View File

@ -14,6 +14,8 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_fileselector_button.eo.h"
#include "elm_fileselector_entry.eo.h"
#include "elm_interface_fileselector.h"
#include "elm_widget_fileselector.h"

View File

@ -6,6 +6,8 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_fileselector_button.eo.h"
#include "elm_fileselector_entry.eo.h"
#include "elm_interface_fileselector.h"
#include "elm_widget_fileselector_button.h"

View File

@ -64,9 +64,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elc_fileselector_button_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elc_fileselector_button_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_fileselector_button.eo.h"

View File

@ -7,6 +7,8 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_fileselector_button.eo.h"
#include "elm_fileselector_entry.eo.h"
#include "elm_interface_fileselector.h"
#include "elm_widget_fileselector_entry.h"

View File

@ -73,9 +73,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elc_fileselector_entry_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elc_fileselector_entry_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_fileselector_entry.eo.h"

View File

@ -8,6 +8,8 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_diskselector.eo.h"
#include "elm_diskselector_item.eo.h"
#include "elm_widget_diskselector.h"
#include "elm_interface_scrollable.h"

View File

@ -67,9 +67,6 @@
*/
#include "elm_diskselector_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_diskselector_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_diskselector_legacy.h"
#endif

View File

@ -1,2 +0,0 @@
#include "elm_diskselector_item.eo.h"
#include "elm_diskselector.eo.h"

View File

@ -8,6 +8,8 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_segment_control.eo.h"
#include "elm_segment_control_item.eo.h"
#include "elm_widget_segment_control.h"
#define MY_CLASS ELM_SEGMENT_CONTROL_CLASS

View File

@ -61,9 +61,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_segment_control_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_segment_control_legacy.h"
#endif

View File

@ -1,2 +0,0 @@
#include "elm_segment_control_item.eo.h"
#include "elm_segment_control.eo.h"

View File

@ -7,6 +7,7 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_separator.eo.h"
#include "elm_widget_separator.h"
#include "elm_widget_layout.h"

View File

@ -18,9 +18,6 @@
* @{
*/
#ifdef EFL_EO_API_SUPPORT
#include "elm_separator_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_separator_legacy.h"
#endif

View File

@ -1 +0,0 @@
#include "elm_separator.eo.h"

View File

@ -9,6 +9,8 @@
#include <Elementary.h>
#include "elm_priv.h"
#include "elm_slideshow.eo.h"
#include "elm_slideshow_item.eo.h"
#include "elm_widget_slideshow.h"
#define MY_CLASS ELM_SLIDESHOW_CLASS

View File

@ -74,9 +74,6 @@
*/
#include "elm_slideshow_common.h"
#ifdef EFL_EO_API_SUPPORT
#include "elm_slideshow_eo.h"
#endif
#ifndef EFL_NOLEGACY_API_SUPPORT
#include "elm_slideshow_legacy.h"
#endif

View File

@ -1,2 +0,0 @@
#include "elm_slideshow_item.eo.h"
#include "elm_slideshow.eo.h"