diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | m4/evas_check_engine.m4 | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9b5cc63046..cf56eb72b2 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -3617,8 +3617,7 @@ ECORE_EVAS_MODULE([extn], [${want_ecore_evas_extn}]) | |||
3617 | ECORE_EVAS_MODULE([ews], [yes]) | 3617 | ECORE_EVAS_MODULE([ews], [yes]) |
3618 | ECORE_EVAS_MODULE([fb], [${want_fb}]) | 3618 | ECORE_EVAS_MODULE([fb], [${want_fb}]) |
3619 | ECORE_EVAS_MODULE([drm], [${want_drm}], | 3619 | ECORE_EVAS_MODULE([drm], [${want_drm}], |
3620 | [ EFL_OPTIONAL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [${want_drm}], [ecore-drm]) | 3620 | [EFL_OPTIONAL_INTERNAL_DEPEND_PKG([ECORE_EVAS], [${want_drm}], [ecore-drm])] |
3621 | EFL_OPTIONAL_INTERNAL_DEPEND_PKG([EVAS], [${want_drm}], [ecore-drm]) ] | ||
3622 | ) | 3621 | ) |
3623 | ECORE_EVAS_MODULE([psl1ght], [${have_ps3}]) | 3622 | ECORE_EVAS_MODULE([psl1ght], [${have_ps3}]) |
3624 | 3623 | ||
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}], |