mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-06 05:12:26 +08:00
Make it clear was BUILD_SERVICE does
This commit is contained in:
@@ -369,4 +369,4 @@ if (CONF_DOXYGEN)
|
||||
|
||||
endif()
|
||||
|
||||
option(BUILD_SERVICE "Build synergyd" ON)
|
||||
option(SYNERGY_BUILD_LEGACY_SERVICE "Build the legacy service (synergyd)" ON)
|
||||
|
||||
@@ -18,7 +18,7 @@ add_subdirectory(synergyc)
|
||||
add_subdirectory(synergys)
|
||||
add_subdirectory(syntool)
|
||||
|
||||
if (BUILD_SERVICE)
|
||||
if (SYNERGY_BUILD_LEGACY_SERVICE)
|
||||
add_subdirectory(synergyd)
|
||||
endif (BUILD_SERVICE)
|
||||
endif (SYNERGY_BUILD_LEGACY_SERVICE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user