evas/wayland: set engine flags, instead of loader flags.

This was probably a typo.

SVN revision: 78969
This commit is contained in:
Rafael Antognolli 2012-11-07 16:00:34 +00:00
parent 0d19a3b349
commit 5f4b30568b
1 changed files with 2 additions and 2 deletions

View File

@ -706,8 +706,8 @@ if test "x${have_dep}" = "xyes" ; then
requirements_pc_deps_evas="${requirement} ${requirements_pc_deps_evas}"
else
PKG_CHECK_MODULES([WAYLAND_EGL], [${requirement}])
evas_image_loader_[]$1[]_cflags="${WAYLAND_EGL_CFLAGS}"
evas_image_loader_[]$1[]_libs="${WAYLAND_EGL_LIBS}"
evas_engine_[]$1[]_cflags="${WAYLAND_EGL_CFLAGS}"
evas_engine_[]$1[]_libs="${WAYLAND_EGL_LIBS}"
fi
fi