On Wed, Feb 1, 2017 at 11:24 AM, Stefan Schmidt <[email protected]> wrote: > 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 > )
You got this wrong, this is not just to check, it's to use. Now you'll have cmake build of eet with undefined symbols. This is also used to generate .pc files, see my other email. -- Gustavo Sverzut Barbieri -------------------------------------- Mobile: +55 (16) 99354-9890 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
