diff options
author | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-05-11 10:32:18 +0200 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@iot.bzh> | 2016-05-11 10:32:18 +0200 |
commit | 0b876c0f97a7c8458c22e768d1edf043e92a19e0 (patch) | |
tree | beb5aed5acb9e0e62ba5965d94182a2cc1c7f93b /CMakeLists.txt | |
parent | e33f64f9e2352665f68ea9e7c16c11330beae625 (diff) |
Update dependencies in README.md
Remove mentions of libdbus, add systemd and openssl.
Mention Ubuntu 16.04 and Fedora 23 as reference systems.
Add dependencies helper for both.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ca01758..60ef6cec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,6 @@ SET(include_dirs ${json-c_INCLUDE_DIRS} ${libmicrohttpd_INCLUDE_DIRS} ${uuid_INCLUDE_DIRS} - ${dbus_INCLUDE_DIRS} ${alsa_INCLUDE_DIRS} ${pulseaudio_INCLUDE_DIRS} # ${librtlsdr_INCLUDE_DIRS} @@ -104,7 +103,6 @@ SET(link_libraries ${json-c_LIBRARIES} ${libmicrohttpd_LIBRARIES} ${uuid_LIBRARIES} - ${dbus_LIBRARIES} ${alsa_LIBRARIES} ${pulseaudio_LIBRARIES} # ${librtlsdr_LIBRARIES} |