devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=35938839bdcbfc96f577c1b21b54f239109102d0

commit 35938839bdcbfc96f577c1b21b54f239109102d0
Author: Derek Foreman <der...@osg.samsung.com>
Date:   Mon Jul 20 11:17:40 2015 -0400

    wayland: Also link with libwayland-client.so
    
    Summary:
    E is both a client and a server, so it should be linking
    both libraries.
    
     #Kansas
    
    Reviewers: zmike, devilhorns
    
    Reviewed By: devilhorns
    
    Subscribers: cedric
    
    Differential Revision: https://phab.enlightenment.org/D2843
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index ff04d9c..c079740 100644
--- a/configure.ac
+++ b/configure.ac
@@ -742,7 +742,7 @@ AC_MSG_CHECKING([whether wayland EGL support is enabled])
 AC_MSG_RESULT([${e_cv_want_wayland_egl}])
 
 if test "x${e_cv_want_wayland_only}" != "xno" ;then
-  PKG_CHECK_MODULES([WAYLAND], [ecore-wayland wayland-server >= 1.8.0 
xkbcommon uuid],
+  PKG_CHECK_MODULES([WAYLAND], [ecore-wayland wayland-server >= 1.8.0 
wayland-client >= 1.8.0 xkbcommon uuid],
     [
       have_wayland=yes
       AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support])

-- 


Reply via email to