diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-10-29 01:06:43 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2012-10-30 00:08:40 +0100 |
commit | e35a98f27ad5c24de0f546bbd65dee347a2b6ad5 (patch) | |
tree | 413d282eddbd1e5d7754d5db4bcd9e44e3fe781f /tools/darwin | |
parent | 95ce2853774f17143ed282e1c8107df9d9206fb2 (diff) |
[pvr] enable --enable-addons-with-dependencies for osx/ios
Diffstat (limited to 'tools/darwin')
-rw-r--r-- | tools/darwin/depends/xbmc-pvr-addons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/xbmc-pvr-addons/Makefile b/tools/darwin/depends/xbmc-pvr-addons/Makefile index 98e3d6a964..6c4d967c32 100644 --- a/tools/darwin/depends/xbmc-pvr-addons/Makefile +++ b/tools/darwin/depends/xbmc-pvr-addons/Makefile @@ -10,7 +10,7 @@ SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz # configuration settings -CONFIGURE=./configure --prefix=$(PREFIX) +CONFIGURE=./configure --prefix=$(PREFIX) --enable-addons-with-dependencies LIBDYLIB=$(SOURCE)/addons/pvr.demo/.libs/libpvrdemo-addon.dylib |