From c27fd0fff55dbd29f760f350440cca0ff2bc2e5f Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 6 Jan 2016 19:53:56 +0100 Subject: [PATCH] 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 56feb7f431..7bcc6bbb93 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])