mirror of
				https://github.com/DigitalDevices/pvr.octonet.git
				synced 2025-03-01 10:53:09 +00:00 
			
		
		
		
	[cmake] remove usage of kodi-platform
The pvr.octonet binary addon does not use kodi-platform. Remove existing references from CMakeLists.txt and debian/control. Add dependency to libp8-platform-dev because libkodiplatform-dev pulled that dependency in as a side effect. Fix that bug too by adding an explicit dependency. Signed-off-by: Olaf Hering <olaf@aepfle.de>
This commit is contained in:
		| @@ -6,12 +6,10 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}) | ||||
| enable_language(CXX) | ||||
|  | ||||
| find_package(Kodi REQUIRED) | ||||
| find_package(kodiplatform REQUIRED) | ||||
| find_package(p8-platform REQUIRED) | ||||
| find_package(JsonCpp REQUIRED) | ||||
|  | ||||
| include_directories( | ||||
| 	${kodiplatform_INCLUDE_DIRS} | ||||
| 	${p8-platform_INCLUDE_DIRS} | ||||
| 	${KODI_INCLUDE_DIR} | ||||
| 	${JSONCPP_INCLUDE_DIRS}) | ||||
|   | ||||
							
								
								
									
										2
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							| @@ -2,7 +2,7 @@ Source: kodi-pvr-octonet | ||||
| Priority: extra | ||||
| Maintainer: Julian Scheel <julian@jusst.de> | ||||
| Build-Depends: debhelper (>= 9.0.0), cmake, libjsoncpp-dev, | ||||
|                libkodiplatform-dev (>= 16.0.0), kodi-addon-dev | ||||
|                libp8-platform-dev, kodi-addon-dev | ||||
| Standards-Version: 3.9.4 | ||||
| Section: libs | ||||
| Homepage: https://github.com/DigitalDevices/pvr.octonet | ||||
|   | ||||
		Reference in New Issue
	
	Block a user