summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cpmichael@osg.samsung.com>2016-05-18 14:33:37 -0400
committerChris Michael <cpmichael@osg.samsung.com>2016-05-27 11:57:53 -0400
commitb1892111b1fa17cbe2b53696d091a12f27ff85a1 (patch)
tree394bffe6149d3b8557e8d6ca45b76e4f110cfa26
parent93178199a6c302e899438a32e8c296dc5bd2d248 (diff)
downloadefl-b1892111b1fa17cbe2b53696d091a12f27ff85a1.tar.gz
elementary: Port elementary to use Ecore_Drm2
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
-rw-r--r--src/lib/elementary/elm_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_priv.h b/src/lib/elementary/elm_priv.h
index 162915a1ce..4ba5917efc 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