summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cpmichael@osg.samsung.com>2016-02-26 12:32:00 -0500
committerChris Michael <cpmichael@osg.samsung.com>2016-03-15 11:36:03 -0400
commit0024913fa93184de31813734ec81708c3e396d8b (patch)
treea7020457e681325aa871ad8ba6f54641c40a2785
parent5d0f5cfdf541c2c54cc3744d3a6c57dcbfb39989 (diff)
downloadelementary-devs/devilhorns/ecore_drm2.tar.gz
elementary: Port elementary to use Ecore_Drm2 librarydevs/devilhorns/ecore_drm2
Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
-rw-r--r--configure.ac2
-rw-r--r--src/lib/elm_priv.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 038ebab4d..4ea21ddad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,7 +292,7 @@ ELM_CHECK_BACKEND([SDL])
ELM_CHECK_BACKEND([Cocoa])
ELM_CHECK_BACKEND([Win32])
ELM_CHECK_BACKEND([Wl2])
-ELM_CHECK_BACKEND([DRM])
+ELM_CHECK_BACKEND([DRM2])
ELM_CHECK_OPTION([elocation], [0.1.0])
ELM_CHECK_OPTION([eweather], [0.2.0])
diff --git a/src/lib/elm_priv.h b/src/lib/elm_priv.h
index 91b4285a6..82c693783 100644
--- a/src/lib/elm_priv.h
+++ b/src/lib/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