bu5hm4n pushed a commit to branch master.

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

commit d4673c0740bf667b9c89cb6e32f1600019c7a4e1
Author: Marcel Hollerbach <[email protected]>
Date:   Wed Feb 1 12:19:24 2017 +0100

    cmake: emile is depending on efl
    
    there is some .eot.h file included from the efl interfaces, so we need a
    dependency here
---
 src/lib/emile/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/emile/CMakeLists.txt b/src/lib/emile/CMakeLists.txt
index 899013c..544a50d 100644
--- a/src/lib/emile/CMakeLists.txt
+++ b/src/lib/emile/CMakeLists.txt
@@ -8,6 +8,7 @@ set(PKG_CONFIG_REQUIRES_PRIVATE
 
 set(LIBRARIES
   eina
+  efl
   m
   support-rg_etc
 )

-- 


Reply via email to