[SCM] kodiplatform/debian: Fix build after platform rename

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Tue Mar 1 11:26:18 UTC 2016


The following commit has been merged in the debian branch:
commit 893c46c3a6d1819f041fa6ca4d15374a7d4446dd
Author: Garrett Brown <themagnificentmrb at gmail.com>
Date:   Thu Jan 7 15:55:22 2016 -0800

    Fix build after platform rename

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13bff6c..bf6b659 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,10 +36,10 @@ endif()
 
 set(SOURCES src/util/XMLUtils.cpp)
 
-include_directories(${TINYXML_INCLUDE_DIR} ${KODI_INCLUDE_DIR} ${platform_INCLUDE_DIRS})
+include_directories(${TINYXML_INCLUDE_DIR} ${KODI_INCLUDE_DIR} ${p8-platform_INCLUDE_DIRS})
 
 add_library(kodiplatform ${SOURCES} ${PLAT_SOURCES})
-target_link_libraries(kodiplatform ${kodiplatform_LIBRARIES} ${platform_LIBRARIES})
+target_link_libraries(kodiplatform ${kodiplatform_LIBRARIES} ${p8-platform_LIBRARIES})
 set_target_properties(kodiplatform PROPERTIES VERSION ${kodiplatform_VERSION_MAJOR}.${kodiplatform_VERSION_MINOR}.${kodiplatform_VERSION_PATCH}
                                               SOVERSION ${kodiplatform_VERSION_MAJOR}.0)
 

-- 
kodiplatform packaging



More information about the pkg-multimedia-commits mailing list