]> git.pld-linux.org Git - packages/linphone.git/blame - linphone-cmake.patch
- spec cleanup
[packages/linphone.git] / linphone-cmake.patch
CommitLineData
de8a8fd9
JB
1--- linphone-desktop-4.2.5/CMakeLists.txt.orig 2021-07-17 17:21:38.966891901 +0200
2+++ linphone-desktop-4.2.5/CMakeLists.txt 2021-07-17 20:14:21.000755945 +0200
3@@ -43,7 +43,7 @@
4 message(STATUS "Setting Platform to ${CMAKE_GENERATOR_PLATFORM}")
5 endif()
6
7-project(linphoneqt)
8+project(linphoneqt C CXX)
9
10 include(GNUInstallDirs)
11 include(CheckCXXCompilerFlag)
12@@ -145,8 +145,8 @@
13 message(FATAL_ERROR "Minimum supported Qt5 version is 5.12!")
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.026318 seconds and 4 git commands to generate.