stefan pushed a commit to branch master.

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

commit 592f356fe5cc64ac6e790d2014edfd11dcfc17a5
Author: Stefan Schmidt <[email protected]>
Date:   Wed Feb 1 14:22:11 2017 +0100

    cmake: remove dependency on libjpeg in eet as it is handled in common
---
 src/lib/eet/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eet/CMakeLists.txt b/src/lib/eet/CMakeLists.txt
index 813f293..76b71a4 100644
--- a/src/lib/eet/CMakeLists.txt
+++ b/src/lib/eet/CMakeLists.txt
@@ -2,7 +2,7 @@ set(DESCRIPTION "Library for speedy data storage, retrieval, 
and compression")
 
 set(PKG_CONFIG_REQUIRES_PRIVATE
   zlib>=1.2.3
-  libjpeg
+  #libjpeg is hard to find. there is a cmake module that does find it. and 
thats checked in common.cmake
 )
 
 set(PUBLIC_LIBRARIES

-- 


Reply via email to