diff options
Diffstat (limited to 'src/lib/eina')
-rw-r--r-- | src/lib/eina/CMakeLists.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/lib/eina/CMakeLists.txt b/src/lib/eina/CMakeLists.txt index dabbabf756..33234700fe 100644 --- a/src/lib/eina/CMakeLists.txt +++ b/src/lib/eina/CMakeLists.txt | |||
@@ -1,5 +1,12 @@ | |||
1 | set(DESCRIPTION "A Library that implements fast data types and miscellaneous tools") | 1 | set(DESCRIPTION "A Library that implements fast data types and miscellaneous tools") |
2 | set(PKG_CONFIG_REQUIRES_PRIVATE OPTIONAL libsystemd) | 2 | |
3 | if(ENABLE_SYSTEMD) | ||
4 | list(APPEND PKG_CONFIG_REQUIRES_PRIVATE libsystemd) | ||
5 | endif() | ||
6 | |||
7 | if(ENABLE_VALGRIND) | ||
8 | list(APPEND PKG_CONFIG_REQUIRES_PRIVATE valgrind) | ||
9 | endif() | ||
3 | 10 | ||
4 | set(PUBLIC_LIBRARIES | 11 | set(PUBLIC_LIBRARIES |
5 | pthread | 12 | pthread |
@@ -11,10 +18,6 @@ set(LIBRARIES | |||
11 | rt | 18 | rt |
12 | ) | 19 | ) |
13 | 20 | ||
14 | if(ENABLE_VALGRIND) | ||
15 | list(APPEND PKG_CONFIG_REQUIRES_PRIVATE valgrind) | ||
16 | endif() | ||
17 | |||
18 | set(PUBLIC_HEADERS | 21 | set(PUBLIC_HEADERS |
19 | Eina.h | 22 | Eina.h |
20 | eina_accessor.h | 23 | eina_accessor.h |