Skip to content

Commit

Permalink
Merge pull request #242 from olafhering/kodiplatform
Browse files Browse the repository at this point in the history
[cmake] remove usage of kodi-platform
  • Loading branch information
Rechi authored May 2, 2019
2 parents b5f1166 + 61fa5d2 commit ee94b98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR})
enable_language(CXX)

find_package(Kodi REQUIRED)
find_package(kodiplatform REQUIRED)
find_package(p8-platform REQUIRED)
find_package(Rapidxml REQUIRED)
find_package(ZLIB REQUIRED)

include_directories(${kodiplatform_INCLUDE_DIRS}
${p8-platform_INCLUDE_DIRS}
include_directories(${p8-platform_INCLUDE_DIRS}
${KODI_INCLUDE_DIR}
${RAPIDXML_INCLUDE_DIRS}
${ZLIB_INCLUDE_DIRS})
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Source: kodi-pvr-iptvsimple
Priority: extra
Maintainer: Anton Fedchin <anightik@gmail.com>
Build-Depends: debhelper (>= 9.0.0), cmake, libkodiplatform-dev (>= 16.0.0),
Build-Depends: debhelper (>= 9.0.0), cmake, libp8-platform-dev,
kodi-addon-dev, librapidxml-dev, zlib1g-dev
Standards-Version: 3.9.4
Section: libs
Expand Down

0 comments on commit ee94b98

Please sign in to comment.