Skip to content

Commit

Permalink
[cleanup] remove unused kodiplatform dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed May 2, 2019
1 parent e50c316 commit 6549e6f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
7 changes: 2 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ cmake_minimum_required(VERSION 2.6)
enable_language(CXX)

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})

add_definitions(-DUSE_DEMUX)
Expand All @@ -25,8 +23,7 @@ set(WMC_HEADERS src/client.h
src/Socket.h
src/utilities.h)

set(DEPLIBS ${kodiplatform_LIBRARIES}
${p8-platform_LIBRARIES})
set(DEPLIBS ${p8-platform_LIBRARIES})

if (WIN32)
list(APPEND DEPLIBS ws2_32)
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-wmc
Priority: extra
Maintainer: Nobody <nobody@kodi.tv>
Build-Depends: debhelper (>= 9.0.0), cmake, libkodiplatform-dev (>= 17.1.0),
Build-Depends: debhelper (>= 9.0.0), cmake, libp8-platform-dev,
kodi-addon-dev
Standards-Version: 3.9.4
Section: libs
Expand Down
1 change: 0 additions & 1 deletion src/pvr2wmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
*/

#include "util/XMLUtils.h"
#include "pvr2wmc.h"
#include "utilities.h"
#include "p8-platform/util/timeutils.h"
Expand Down
1 change: 0 additions & 1 deletion src/utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*
*/

#include "util/XMLUtils.h"
#include "utilities.h"

#include "client.h"
Expand Down

0 comments on commit 6549e6f

Please sign in to comment.