raster pushed a commit to branch master.

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

commit 64c63f7a53d5477abb0be7092923cbf8025e436c
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Jul 21 12:28:43 2017 +0900

    efl_wl - add wayland-server pkgconfig dep for headers from wayland
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index 7d3b58270e..ba2b21f39f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3693,6 +3693,9 @@ EFL_INTERNAL_DEPEND_PKG([EFL_WL], [efl])
 EFL_INTERNAL_DEPEND_PKG([EFL_WL], [eina])
 EFL_OPTIONAL_INTERNAL_DEPEND_PKG([EFL_WL], [${want_x11_any}], [ecore_x])
 
+EFL_DEPEND_PKG([EFL_WL], [WAYLAND],
+               [wayland-server >= 1.11.0])
+
 EFL_EVAL_PKGS([EFL_WL])
 
 ### Checks for header files

-- 


Reply via email to