diff options
Diffstat (limited to '')
-rw-r--r-- | m4/evas_check_engine.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/evas_check_engine.m4 b/m4/evas_check_engine.m4 index dd7030e5cf..1db2f47f1e 100644 --- a/m4/evas_check_engine.m4 +++ b/m4/evas_check_engine.m4 | |||
@@ -604,6 +604,8 @@ else | |||
604 | fi | 604 | fi |
605 | 605 | ||
606 | if test "x${have_dep}" = "xyes" ; then | 606 | if test "x${have_dep}" = "xyes" ; then |
607 | EFL_INTERNAL_DEPEND_PKG([EVAS], [ecore-drm]) | ||
608 | |||
607 | AC_MSG_CHECKING([whether to enable Drm hardware acceleration]) | 609 | AC_MSG_CHECKING([whether to enable Drm hardware acceleration]) |
608 | if test "x${want_drm_hw_accel}" = "xyes" ; then | 610 | if test "x${want_drm_hw_accel}" = "xyes" ; then |
609 | PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library}], | 611 | PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library}], |