ecore-drm2: Remove check for drmModeAtomicCommit
authorChris Michael <cp.michael@samsung.com>
Fri, 9 Jun 2017 18:20:00 +0000 (14:20 -0400)
committerChris Michael <cp.michael@samsung.com>
Fri, 9 Jun 2017 18:20:00 +0000 (14:20 -0400)
This check for drmModeAtomicCommit is no longer necessary as we have
moved to using static_libs/libdrm during compile time.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
configure.ac

index a6ed99b..966d900 100644 (file)
@@ -3859,8 +3859,6 @@ EFL_DEPEND_PKG([ECORE_DRM2], [DRM], [gbm])
 EFL_ADD_LIBS([ECORE_DRM2], [-lm])
 EFL_ADD_LIBS([ECORE_DRM2], [-ldl])
 
-AC_CHECK_LIB(drm, drmModeAtomicCommit, AC_DEFINE(HAVE_ATOMIC_DRM, [], [Atomic modeset supported]))
-
 EFL_EVAL_PKGS([ECORE_DRM2])
 
 ### Checks for header files