blob: fced3313570ab6a76493c8e2e532a7dec3a118d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
################################################################################
#
# kodi-pvr-wmc
#
################################################################################
# This cset is on the branch 'Jarvis'
# When Kodi is updated, then this should be updated to the corresponding branch
KODI_PVR_WMC_VERSION = 829b5d2ec717a78ac3a5c4f92fbc3379feb80154
KODI_PVR_WMC_SITE = $(call github,kodi-pvr,pvr.wmc,$(KODI_PVR_WMC_VERSION))
KODI_PVR_WMC_LICENSE = GPLv2+
KODI_PVR_WMC_LICENSE_FILES = src/client.h
KODI_PVR_WMC_DEPENDENCIES = kodi-platform
$(eval $(cmake-package))
|