diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2012-10-28 08:26:26 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2012-10-28 08:26:26 +0000 |
commit | 98b52208ea5ff9e3e029b01554a2505d85051629 (patch) | |
tree | a90b2bec10a25be6f840e56ca2b529510d1060fa /legacy/evas/m4/evas_check_engine.m4 | |
parent | 7ac7ffac4def0ff03a514f9aa3c751a3a8e2b9f3 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/m4/evas_check_engine.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy/evas/m4/evas_check_engine.m4 b/legacy/evas/m4/evas_check_engine.m4 index fbed024fe1..f79634db45 100644 --- a/legacy/evas/m4/evas_check_engine.m4 +++ b/legacy/evas/m4/evas_check_engine.m4 | |||
@@ -745,6 +745,8 @@ else | |||
745 | gl_library="gl" | 745 | gl_library="gl" |
746 | fi | 746 | fi |
747 | 747 | ||
748 | PKG_CHECK_MODULES([GL_EET], [eet >= 1.6.99], [have_dep="yes"], [have_dep="no"]) | ||
749 | |||
748 | PKG_CHECK_MODULES([WAYLAND_EGL], | 750 | PKG_CHECK_MODULES([WAYLAND_EGL], |
749 | [egl >= 7.10 ${gl_library} wayland-client wayland-egl], | 751 | [egl >= 7.10 ${gl_library} wayland-client wayland-egl], |
750 | [ | 752 | [ |