diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2017-02-01 14:22:11 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2017-02-01 14:23:05 +0100 |
commit | 592f356fe5cc64ac6e790d2014edfd11dcfc17a5 (patch) | |
tree | a070a2999d4c7671cb810e2f179a31d66a04986a /src/lib/eet | |
parent | 208c529e7a12c308a4859b2fd346e2de5dc52637 (diff) | |
download | efl-592f356fe5cc64ac6e790d2014edfd11dcfc17a5.tar.gz |
cmake: remove dependency on libjpeg in eet as it is handled in common
Diffstat (limited to 'src/lib/eet')
-rw-r--r-- | src/lib/eet/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eet/CMakeLists.txt b/src/lib/eet/CMakeLists.txt index 813f29340e..76b71a47b5 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 |