Split evas from ecore_input

SVN revision: 44957
devs/princeamd/enlightenment-0.17-elive
Sebastian Dransfeld 14 years ago
parent b2e8f4cd5a
commit b2beb53360
  1. 1
      configure.ac
  2. 1
      src/bin/e.h

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

@ -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>

Loading…
Cancel
Save