devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=af300579994744bddebb7ca3593db3f4d9f38404

commit af300579994744bddebb7ca3593db3f4d9f38404
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Mon Apr 25 08:02:23 2016 -0400

    efl: Add uuid as a dependency for Ecore_Wl2
    
    Since session recovery is now included in Ecore_Wl2 library, we should
    add a dependency on the uuid library. Thanks to aerodynamik for
    reporting.
    
    Fixes T3505
    
    @fix
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index cac8850..2d38a43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3331,7 +3331,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_WL2], [efl])
 EFL_INTERNAL_DEPEND_PKG([ECORE_WL2], [eina])
 
 EFL_DEPEND_PKG([ECORE_WL2], [WAYLAND],
-   [wayland-server >= 1.10.0 wayland-client >= 1.10.0 wayland-cursor >= 1.10.0 
xkbcommon >= 0.5.0])
+   [wayland-server >= 1.10.0 wayland-client >= 1.10.0 wayland-cursor >= 1.10.0 
xkbcommon >= 0.5.0 uuid])
 
 EFL_EVAL_PKGS([ECORE_WL2])
 

-- 


Reply via email to