build/drm: Allow building from scratch by not using pkgconfig for internal libs
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 18 Jul 2014 13:29:35 +0000 (15:29 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 18 Jul 2014 13:32:52 +0000 (15:32 +0200)
commit6d08b96bd3d41d6089c0456fc5044fce2a0506f9
tree58ae008d59db2cf3efaada8cb56d1bf27b21bfe5
parentc11592fb6ab724f06216f2e445e06a48befdef24
build/drm: Allow building from scratch by not using pkgconfig for internal libs

Using pkgconfig for internal libs turns out to be not a really good idea. It
works fine if you already have an efl install with the needed ecore-drm.pc
file but it will fail if you build from scratch.

We already have a m4 macro for these internal dependencies. Make use of it
for the evas drm engine depending on ecore-drm.

Fixes T1432
configure.ac
m4/evas_check_engine.m4