summaryrefslogtreecommitdiffstats
path: root/package/xbmc-pvr-addons/xbmc-pvr-addons.mk
blob: 7e2fc3bec192d5d8eea7879437d1694f76c3dc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
################################################################################
#
# xbmc-pvr-addons
#
################################################################################

# This cset is on the branch 'gotham'
# When XBMC is updated, then this should be updated to the corresponding branch
XBMC_PVR_ADDONS_VERSION = 18c52bb541d5c7f6ccab9edcd3c809f03b31de90
XBMC_PVR_ADDONS_SITE = $(call github,opdenkamp,xbmc-pvr-addons,$(XBMC_PVR_ADDONS_VERSION))
XBMC_PVR_ADDONS_LICENSE = GPLv3+
XBMC_PVR_ADDONS_LICENSE_FILES = COPYING

# There's no ./configure in the git tree, we need to generate it
XBMC_PVR_ADDONS_AUTORECONF = YES

XBMC_PVR_ADDONS_DEPENDENCIES = boost zlib
# This really is a runtime dependency, but we need XBMC to be installed
# first, since we'll install files in XBMC's directories _after_ XBMC has
# installed its own files
XBMC_PVR_ADDONS_DEPENDENCIES += xbmc

XBMC_PVR_ADDONS_CONF_OPT = \
	--enable-release \
	--enable-addons-with-dependencies

ifeq ($(BR2_PACKAGE_MYSQL),y)
XBMC_PVR_ADDONS_CONF_OPT += --enable-mysql
XBMC_PVR_ADDONS_DEPENDENCIES += mysql
else
XBMC_PVR_ADDONS_CONF_OPT += --disable-mysql
endif

$(eval $(autotools-package))
OpenPOWER on IntegriCloud