Evas: If we are building wayland_egl and not gl_xlib, then we need to

add a package check for gl_eet or else the gl_common code will not
build.

Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>

SVN revision: 78573
This commit is contained in:
Christopher Michael 2012-10-28 08:26:26 +00:00
parent 7ac7ffac4d
commit 98b52208ea
1 changed files with 2 additions and 0 deletions

View File

@ -745,6 +745,8 @@ else
gl_library="gl" gl_library="gl"
fi fi
PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.99], [have_dep="yes"], [have_dep="no"])
PKG_CHECK_MODULES([WAYLAND_EGL], PKG_CHECK_MODULES([WAYLAND_EGL],
[egl >= 7.10 ${gl_library} wayland-client wayland-egl], [egl >= 7.10 ${gl_library} wayland-client wayland-egl],
[ [