efl/cmake/config
Gustavo Sverzut Barbieri 8de264f597 cmake: pkg-config can have version and needs HAVE/ENABLED defines.
pkg-config names can be encoded with a version requirement, such as
zlib>=1.2.3, thus we need to remove that from the variable.

with autotools we used HAVE_XXX and ENABLED_XXX to instruct such
optional library was present, then define that just for the user
target by adding that to its CFLAGS.

This allows us to remove some defines that matches the name, only
leave those that translate from original pkg-config name, such as
libsystemd->systemd.
2017-01-26 14:23:24 -02:00
..
common.cmake cmake: pkg-config can have version and needs HAVE/ENABLED defines. 2017-01-26 14:23:24 -02:00
ecore.cmake cmake: add ecore. 2017-01-25 19:29:20 -02:00
eina.cmake cmake: EFL_OPTION() now supports DEPENDS to handle conditionals. 2017-01-25 19:29:20 -02:00
eo.cmake cmake: add eo 2017-01-23 20:02:06 +01:00
eolian.cmake build: add eolian 2017-01-23 18:52:34 +01:00