diff options
author | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-01-23 20:08:55 +0100 |
---|---|---|
committer | Marcel Hollerbach <marcel-hollerbach@t-online.de> | 2017-01-23 20:08:55 +0100 |
commit | f27323395a5b77a863716797a33dc3382c4c3a65 (patch) | |
tree | 1f5a297043f1dd147febb0f7556c3ad29ef89405 /src | |
parent | 5b56f3a79dc389b39b9ddc5b262631283f02dfdc (diff) |
cmake: eina needs rt
for open_shm
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/eina/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/eina/CMakeLists.txt b/src/lib/eina/CMakeLists.txt index 74dfed5cae..2506fc346b 100644 --- a/src/lib/eina/CMakeLists.txt +++ b/src/lib/eina/CMakeLists.txt | |||
@@ -4,6 +4,7 @@ set(PKG_CONFIG_REQUIRES_PRIVATE OPTIONAL libsystemd) | |||
4 | set(PUBLIC_LIBRARIES | 4 | set(PUBLIC_LIBRARIES |
5 | m | 5 | m |
6 | dl | 6 | dl |
7 | rt | ||
7 | pthread) | 8 | pthread) |
8 | 9 | ||
9 | if(ENABLE_VALGRIND) | 10 | if(ENABLE_VALGRIND) |