link to ecore-input and include. sorry. oops. :)
authorraster <raster>
Tue, 21 Aug 2012 15:04:36 +0000 (15:04 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 21 Aug 2012 15:04:36 +0000 (15:04 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@75507 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac
src/lib/edje_private.h

index b88fb58..ad1fb18 100644 (file)
@@ -271,6 +271,7 @@ PKG_CHECK_MODULES([EDJE],
     ecore >= 1.6.99
     ecore-evas >= 1.6.99
     ecore-file >= 1.6.99
+    ecore-input >= 1.6.99
     embryo >= 1.6.99
    ])
 
index dabfbfb..476ec0a 100644 (file)
@@ -68,6 +68,7 @@ void *alloca (size_t);
 #include <Ecore.h>
 #include <Ecore_Evas.h>
 #include <Ecore_File.h>
+#include <Ecore_Input.h>
 #ifdef HAVE_ECORE_IMF
 # include <Ecore_IMF.h>
 # include <Ecore_IMF_Evas.h>