aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2012-09-28 08:16:42 +0200
committerMemphiz <memphis@machzwo.de>2012-09-28 08:17:34 +0200
commit6372f465c332601e47d3a029438d763ce341d9e3 (patch)
tree0dcaaec5e0df201bdc22a1ede717b2439e5ef241 /tools
parentb3ee28521dd140918562927cf7ff37bf58418251 (diff)
[darwin/deps] - enable build of pvr addons for ios aswell
Diffstat (limited to 'tools')
-rw-r--r--tools/darwin/depends/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/Makefile.in b/tools/darwin/depends/Makefile.in
index 656be261c7..a2e145b81c 100644
--- a/tools/darwin/depends/Makefile.in
+++ b/tools/darwin/depends/Makefile.in
@@ -17,7 +17,7 @@ SUBDIRS := \
mysqlclient boost taglib xbmc-pvr-addons \
ifeq ($(DARWIN), ios)
- EXCLUDED = libcec libcrystalhd libGLEW libsdl libsdl_mixer libsdl_image xbmc-pvr-addons
+ EXCLUDED = libcec libcrystalhd libGLEW libsdl libsdl_mixer libsdl_image
else
EXCLUDED = Backrow
endif