From af300579994744bddebb7ca3593db3f4d9f38404 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 25 Apr 2016 08:02:23 -0400 Subject: [PATCH] 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 --- 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]) -- 2.7.4