aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2015-03-10 16:37:49 +0100
committerMemphiz <memphis@machzwo.de>2015-03-11 21:44:25 +0100
commit15739202531ff86ecf747da7b3aa17abfaf844cb (patch)
treed319061c5e3df89a92f90734b98e514d75ec9bf3 /tools
parente35a2d3426c1a9b41ce5a86739d7c01d83811c9f (diff)
[depends/binaddons] - replace the static addon list with a simple shell script which lists all addons in project/cmake/addons/addons
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/binary-addons/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/binary-addons/Makefile b/tools/depends/target/binary-addons/Makefile
index 3cd0d89087..717bfa6058 100644
--- a/tools/depends/target/binary-addons/Makefile
+++ b/tools/depends/target/binary-addons/Makefile
@@ -1,5 +1,5 @@
BUILDDIR := $(shell pwd)
-ADDONS = "pvr.argustv pvr.demo pvr.dvblink pvr.dvbviewer pvr.filmon pvr.hts pvr.iptvsimple pvr.mediaportal.tvserver pvr.mythtv pvr.nextpvr pvr.njoy pvr.vdr.vnsi pvr.vuplus pvr.wmc audioencoder.flac audioencoder.lame audioencoder.vorbis audioencoder.wav"
+ADDONS := "$(shell cd $(BUILDDIR)/../../../../project/cmake/addons/addons/; echo *)"
-include ../../Makefile.include
include ../../xbmc-addons.include