Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:aschnell:boost
linphone
linphone-build-jsoncpp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File linphone-build-jsoncpp.patch of Package linphone
Index: liblinphone-5.3.4/CMakeLists.txt =================================================================== --- liblinphone-5.3.4.orig/CMakeLists.txt +++ liblinphone-5.3.4/CMakeLists.txt @@ -194,7 +194,8 @@ if(ENABLE_LDAP) endif() if(ENABLE_FLEXIAPI) - find_package(JsonCPP REQUIRED) + find_package(PkgConfig REQUIRED) + pkg_check_modules(JSONCPP REQUIRED jsoncpp) set(HAVE_FLEXIAPI TRUE) endif()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor