Split evas from ecore_input

SVN revision: 44957
This commit is contained in:
Sebastian Dransfeld 2010-01-07 19:26:52 +00:00
parent b2e8f4cd5a
commit b2beb53360
2 changed files with 2 additions and 0 deletions

View File

@ -299,6 +299,7 @@ PKG_CHECK_MODULES(E, [
ecore-x
ecore-evas
ecore-input
ecore-input-evas
ecore-con
ecore-ipc
ecore-job

View File

@ -86,6 +86,7 @@ void *alloca (size_t);
#include <Ecore_X_Cursor.h>
#include <Ecore_Evas.h>
#include <Ecore_Input.h>
#include <Ecore_Input_Evas.h>
#include <Ecore_Con.h>
#include <Ecore_Ipc.h>
#include <Ecore_Job.h>