stefan pushed a commit to branch master.

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

commit c27fd0fff55dbd29f760f350440cca0ff2bc2e5f
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Jan 6 19:53:56 2016 +0100

    build: add uuid as dependency for wayland build
    
    The wayland build requires uuid which we need to make sure we have as 
dependency.
    Not a real problem as all wayland supported systems should have it.
    
    Based on a patch by aerodynamik. Thanks!
    
    Fixes T2951
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 56feb7f..7bcc6bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3215,7 +3215,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_WAYLAND], [eo])
 EFL_INTERNAL_DEPEND_PKG([ECORE_WAYLAND], [eina])
 
 EFL_DEPEND_PKG([ECORE_WAYLAND], [WAYLAND],
-   [wayland-client >= 1.8.0 wayland-cursor >= 1.8.0 xkbcommon >= 0.5.0])
+   [wayland-client >= 1.8.0 wayland-cursor >= 1.8.0 xkbcommon >= 0.5.0 uuid])
 
 EFL_EVAL_PKGS([ECORE_WAYLAND])
 

-- 


Reply via email to