summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cpmichael@osg.samsung.com>2016-04-25 08:02:23 -0400
committerChris Michael <cpmichael@osg.samsung.com>2016-04-25 08:02:23 -0400
commitaf300579994744bddebb7ca3593db3f4d9f38404 (patch)
tree3c5bafd69dfd71269153d5369c4026eff04dca6e
parentc0fa31d6f4f06c90a8225e1ea5d43703b7f71837 (diff)
downloadefl-af300579994744bddebb7ca3593db3f4d9f38404.tar.gz
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 <cpmichael@osg.samsung.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cac8850f4a..2d38a43111 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])