1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Option to use elogind instead of whole systemd

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2019-01-03 10:43:31 +01:00 committed by Alberto Fanjul
parent 7f263b06b4
commit 85723432f9
5 changed files with 44 additions and 5 deletions

View file

@ -1,7 +1,5 @@
set(CMAKE_C_FLAGS "-std=gnu11")
find_package(PkgConfig)
pkg_check_modules (SYSTEMD REQUIRED systemd>=213)
set(miracle-shared_SOURCES rtsp.h
rtsp.c
shl_dlist.h
@ -18,7 +16,7 @@ set(miracle-shared_SOURCES rtsp.h
wpas.h
wpas.c)
add_library(miracle-shared STATIC ${miracle-shared_SOURCES})
target_link_libraries (miracle-shared systemd)
target_link_libraries (miracle-shared ${SESSION_LIBRARIES})
########### install files ###############