mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
cmake: Require LibVNCServer >= 0.9.14
Changes: - Drop FindLibVNCServer.cmake and rely on the CMake package config instead. - Set the minimum required version to 0.9.14.
This commit is contained in:
@@ -71,7 +71,7 @@ ecm_set_disabled_deprecation_versions(
|
||||
|
||||
include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} )
|
||||
|
||||
find_package(LibVNCServer REQUIRED)
|
||||
find_package(LibVNCServer 0.9.14 REQUIRED)
|
||||
|
||||
|
||||
option(DISABLE_PIPEWIRE "Disable PipeWire support." OFF)
|
||||
|
||||
Reference in New Issue
Block a user