diff options
author | Memphiz <memphis@machzwo.de> | 2012-09-07 19:25:49 +0200 |
---|---|---|
committer | Alasdair Campbell <alcoheca@gmail.com> | 2012-09-07 19:20:22 +0100 |
commit | 79827ccbb0fd9a248d25658201302e19cd191746 (patch) | |
tree | 8ebd9723848289125afa6e5bab576f1d8b4a188b /tools/darwin | |
parent | 63e244dd5006164b94a4c8471779c0e105a2ed90 (diff) |
[darwin/deps] - configure with --enable-upnp explicitly because xcode project needs this to be on (who knows if the default will switch over to disabled sometime haha)
Diffstat (limited to 'tools/darwin')
-rw-r--r-- | tools/darwin/depends/xbmc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/darwin/depends/xbmc/Makefile b/tools/darwin/depends/xbmc/Makefile index e7c467c4f6..f43f958ea0 100644 --- a/tools/darwin/depends/xbmc/Makefile +++ b/tools/darwin/depends/xbmc/Makefile @@ -5,6 +5,7 @@ SOURCE=../../../../ # configuration settings export PATH:=$(TOOLCHAIN)/bin:$(PREFIX)/bin:$(PATH) CONFIGURE=./configure --prefix=$(PREFIX) \ + --enable-upnp \ --enable-gtest \ --disable-rsxs \ PKG_CONFIG_PATH=$(PREFIX)/lib/pkgconfig \ |