build/drm: Fix missing ecore-drm for evas_drm engine
authorMinJeong Kim <minjjj.kim@samsung.com>
Fri, 1 Aug 2014 12:25:52 +0000 (14:25 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 1 Aug 2014 12:25:52 +0000 (14:25 +0200)
commit43c9e896a7c68a2746582939e8f6592230106b24
treec2ea4e75cea61f0214dd157acf65f22a8c4e6e9f
parent0e330cfbe4979ccb395cc32d004081ea2155f500
build/drm: Fix missing ecore-drm for evas_drm engine

Summary:
With removing of pkgconfig checking on EVAS_CHECK_ENGINE for drm,
evas_drm engine need to setup libs including internal ecore-drm.
But, the evas_drm engine have missed ecore-drm libs because it have been
done after finishing setup library of evas.

This revision moves setup dependendency for ecore-drm into proper place.

Test Plan:
1. Build EFL with --enable-drm
2. ELM_ENGINE=drm E_WL_FORCE=wayland_shm enlightement_start

Reviewers: gwanglim, devilhorns, stefan_schmidt

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1249
configure.ac
m4/evas_check_engine.m4