[SCM] kodi-pvr-vdr-vnsi/upstream: [cmake] Update to p8-platform
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Feb 28 15:47:23 UTC 2016
The following commit has been merged in the upstream branch:
commit e3d6cb6a4c8829ff841fab966c8e5c8385b82350
Author: h.udo <hudokkow at gmail.com>
Date: Wed Jan 6 15:21:54 2016 +0000
[cmake] Update to p8-platform
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 85e3767..a1bce83 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ enable_language(CXX)
find_package(kodi REQUIRED)
find_package(kodiplatform REQUIRED)
-find_package(platform REQUIRED)
+find_package(p8-platform REQUIRED)
add_definitions(-DUSE_DEMUX)
@@ -68,7 +68,7 @@ endif()
include_directories(${INCLUDES}
${kodiplatform_INCLUDE_DIRS}
- ${platform_INCLUDE_DIRS}
+ ${p8-platform_INCLUDE_DIRS}
${KODI_INCLUDE_DIR})
build_addon(pvr.vdr.vnsi VDR DEPLIBS)
--
kodi-pvr-vdr-vnsi packaging
More information about the pkg-multimedia-commits
mailing list