diff options
Diffstat (limited to '')
-rw-r--r-- | m4/evas_check_engine.m4 | 2 | ||||
-rw-r--r-- | src/Makefile_Evas.am | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/m4/evas_check_engine.m4 b/m4/evas_check_engine.m4 index 1db2f47f1e..dd7030e5cf 100644 --- a/m4/evas_check_engine.m4 +++ b/m4/evas_check_engine.m4 | |||
@@ -604,8 +604,6 @@ 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 | |||
609 | AC_MSG_CHECKING([whether to enable Drm hardware acceleration]) | 607 | AC_MSG_CHECKING([whether to enable Drm hardware acceleration]) |
610 | if test "x${want_drm_hw_accel}" = "xyes" ; then | 608 | if test "x${want_drm_hw_accel}" = "xyes" ; then |
611 | PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library}], | 609 | PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library}], |
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index aab2d3759f..78d9be722d 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am | |||
@@ -1233,7 +1233,7 @@ modules_evas_engines_drm_module_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ | |||
1233 | @evas_engine_drm_cflags@ | 1233 | @evas_engine_drm_cflags@ |
1234 | modules_evas_engines_drm_module_la_LIBADD = \ | 1234 | modules_evas_engines_drm_module_la_LIBADD = \ |
1235 | @USE_EVAS_LIBS@ \ | 1235 | @USE_EVAS_LIBS@ \ |
1236 | @ECORE_DRM_LIBS@ \ | 1236 | @USE_ECORE_DRM_LIBS@ \ |
1237 | @evas_engine_drm_libs@ | 1237 | @evas_engine_drm_libs@ |
1238 | modules_evas_engines_drm_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ | 1238 | modules_evas_engines_drm_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ |
1239 | modules_evas_engines_drm_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ | 1239 | modules_evas_engines_drm_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ |