[SCM] kodi-pvr-vdr-vnsi/upstream: fix build after rename of p8-platform

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sun Feb 28 15:47:24 UTC 2016


The following commit has been merged in the upstream branch:
commit 2ebd0d6f49a3411bf59fcb220cc5f1afbe718774
Author: Rainer Hochecker <fernetmenta at online.de>
Date:   Wed Jan 20 08:50:25 2016 +0100

    fix build after rename of p8-platform

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a1bce83..3019396 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -61,7 +61,7 @@ list(APPEND VDR_SOURCES src/client.cpp
                         src/VNSIRecording.cpp
                         src/VNSISession.cpp)
 
-list(APPEND DEPLIBS ${platform_LIBRARIES})
+list(APPEND DEPLIBS ${p8-platform_LIBRARIES})
 if(WIN32)
   list(APPEND DEPLIBS ws2_32)
 endif()

-- 
kodi-pvr-vdr-vnsi packaging



More information about the pkg-multimedia-commits mailing list