]> git.pld-linux.org Git - packages/linphone.git/blob - linphone-cmake.patch
- updated to 4.4.11
[packages/linphone.git] / linphone-cmake.patch
1 --- linphone-desktop-5.0.15/CMakeLists.txt.orig 2023-04-19 21:14:47.137607063 +0200
2 +++ linphone-desktop-5.0.15/CMakeLists.txt      2023-04-19 21:17:02.070209404 +0200
3 @@ -44,7 +44,7 @@ if( APPLE )
4         endif()
5  endif()
6  
7 -project(linphoneqt)
8 +project(linphoneqt C CXX)
9  
10  include(GNUInstallDirs)
11  include(CheckCXXCompilerFlag)
12 @@ -250,8 +250,8 @@ if ( NOT Qt5_FOUND )
13         message(FATAL_ERROR "Minimum supported Qt5 version is 5.10!")
14  endif()
15  
16 -find_package(LinphoneCxx CONFIG QUIET)
17  find_package(Linphone CONFIG QUIET)
18 +find_package(LinphoneCxx CONFIG QUIET)
19  find_package(bctoolbox CONFIG QUIET)
20  find_package(belcard CONFIG QUIET)
21  find_package(Mediastreamer2 CONFIG QUIET)
22 --- linphone-desktop-4.2.5/linphone-app/CMakeLists.txt.orig     2021-07-17 17:21:38.970225216 +0200
23 +++ linphone-desktop-4.2.5/linphone-app/CMakeLists.txt  2021-07-17 20:21:15.985174448 +0200
24 @@ -66,8 +66,8 @@
25         endforeach( OUTPUTCONFIG CMAKE_CONFIGURATION_TYPES )
26  endif()
27  
28 -find_package(LinphoneCxx CONFIG)
29  find_package(Linphone CONFIG)
30 +find_package(LinphoneCxx CONFIG)
31  find_package(belcard CONFIG)
32  find_package(Mediastreamer2 CONFIG)
33  find_package(ortp CONFIG)
This page took 0.046907 seconds and 3 git commands to generate.