devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=b1892111b1fa17cbe2b53696d091a12f27ff85a1
commit b1892111b1fa17cbe2b53696d091a12f27ff85a1 Author: Chris Michael <[email protected]> Date: Wed May 18 14:33:37 2016 -0400 elementary: Port elementary to use Ecore_Drm2 Signed-off-by: Chris Michael <[email protected]> --- src/lib/elementary/elm_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_priv.h b/src/lib/elementary/elm_priv.h index 162915a..4ba5917 100644 --- a/src/lib/elementary/elm_priv.h +++ b/src/lib/elementary/elm_priv.h @@ -10,7 +10,7 @@ #include <Ecore_Wl2.h> #endif #ifdef HAVE_ELEMENTARY_DRM -#include <Ecore_Drm.h> +#include <Ecore_Drm2.h> #endif #ifdef HAVE_ELEMENTARY_COCOA /* Ecore_Cocoa is still in Beta. In Elementary, we know what we are --
