aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2012-09-22 16:02:58 -0400
committerdavilla <davilla@4pi.com>2012-09-22 16:03:17 -0400
commit2e4d2479f8be3a681464d1ab1aa7986e724e2653 (patch)
treea989fd8e66b157203a07925d3118ac5811f9344c
parentc2effdae16b8a3c8fa96cc246f92d325fb06f203 (diff)
[osx] enable building of xbmc-pvr-addons for osx only
-rw-r--r--tools/darwin/depends/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/darwin/depends/Makefile.in b/tools/darwin/depends/Makefile.in
index 45e8ea5cbb..656be261c7 100644
--- a/tools/darwin/depends/Makefile.in
+++ b/tools/darwin/depends/Makefile.in
@@ -14,10 +14,10 @@ SUBDIRS := \
libgpg-error libgcrypt afpfs-ng \
libplist libshairport libcec tinyxml \
samba python26 distribute distutilscross \
- mysqlclient boost taglib \
+ mysqlclient boost taglib xbmc-pvr-addons \
ifeq ($(DARWIN), ios)
- EXCLUDED = libcec libcrystalhd libGLEW libsdl libsdl_mixer libsdl_image
+ EXCLUDED = libcec libcrystalhd libGLEW libsdl libsdl_mixer libsdl_image xbmc-pvr-addons
else
EXCLUDED = Backrow
endif