evas-drm: Fix requirements when building for drm hw accel

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-06 07:35:39 +00:00
parent dea550eba1
commit cec005996d
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ if test "x${have_dep}" = "xyes" ; then
PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library}],
[
have_hw_dep="yes"
requirement +="egl >= 7.10 ${gl_library}"
requirement="libdrm egl >= 7.10 ${gl_library}"
],
[have_hw_dep="no"])
fi