ecore-drm2: Remove check for drmModeAtomicCommit

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>
This commit is contained in:
Chris Michael 2017-06-09 14:20:00 -04:00
parent bbd18510d6
commit 11fd8259ba
1 changed files with 0 additions and 2 deletions

View 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