12 lines
451 B
Diff
12 lines
451 B
Diff
--- src/launcherlib/CMakeLists.txt 2018-08-31 07:19:31.000000000 +0200
|
|
+++ - 2018-08-31 10:48:25.243608023 +0200
|
|
@@ -14,7 +14,7 @@
|
|
|
|
# Set libraries to be linked. Shared libraries to be preloaded are not linked in anymore,
|
|
# but dlopen():ed and listed in src/launcher/preload.h instead.
|
|
-link_libraries(${LIBDL} "-L/lib -lsystemd")
|
|
+link_libraries(${LIBDL} "-L/lib -lelogind")
|
|
|
|
# Set executable
|
|
add_library(deepin-turbo MODULE ${SRC} ${MOC_SRC})
|