Skip to content

Commit

Permalink
[cmake] remove usage of kodi-platform
Browse files Browse the repository at this point in the history
The pvr.mythtv binary addon does not use kodi-platform.
Remove existing references from CMakeLists.txt and debian/control.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
  • Loading branch information
olafhering authored and janbar committed Apr 28, 2019
1 parent 802b671 commit 2b6962d
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 @@ -11,11 +11,9 @@ set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

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

include_directories(${kodiplatform_INCLUDE_DIRS}
${p8-platform_INCLUDE_DIRS}
include_directories(${p8-platform_INCLUDE_DIRS}
${KODI_INCLUDE_DIR}
${PROJECT_SOURCE_DIR}/lib/cppmyth/src)

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-mythtv
Priority: extra
Maintainer: janbar <jlbarriere68@gmail.com>
Build-Depends: debhelper (>= 9.0.0), cmake, libkodiplatform-dev (>= 16.0.0),
Build-Depends: debhelper (>= 9.0.0), cmake,
kodi-addon-dev, zlib1g-dev
Standards-Version: 3.9.4
Section: libs
Expand Down

0 comments on commit 2b6962d

Please sign in to comment.