aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2012-12-07 02:07:56 -0500
committerCory Fields <theuni-nospam-@xbmc.org>2012-12-07 02:07:56 -0500
commitc9b3b95274d50f52f4dfc37fbe966868ffa29599 (patch)
tree1ca36764f21f1831f8b08f88fe2d583236a5f7ab
parent92db9961c5bc9e340907a12aa4942811d5ef431e (diff)
[droid] libnfs: actually build it
-rw-r--r--tools/android/depends/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/android/depends/Makefile.in b/tools/android/depends/Makefile.in
index 8e93c6b9ac..6c95ec640c 100644
--- a/tools/android/depends/Makefile.in
+++ b/tools/android/depends/Makefile.in
@@ -13,7 +13,7 @@ SUBDIRS = \
python26-native python26 samba alsa-lib libcdio afpfs-ng libshairport \
libplist libcec libbluray boost tinyxml dummy-libxbmc libsdl \
liblzo2-native libjpeg-turbo-native libpng-native tiff-native libsdl_image rpl \
- libamplayer libssh taglib swig-native pcre-native xbmc-pvr-addons libusb
+ libamplayer libssh taglib swig-native pcre-native xbmc-pvr-addons libusb libnfs
.PHONY: buildtools $(BUILDTOOLS) subdirs $(SUBDIRS) arm
@@ -61,6 +61,7 @@ libssh: openssl cmake rpl
taglib: cmake
swig-native: buildtools pcre-native
pcre-native: buildtools
+libnfs: rpl
X86OVERRIDES=XBMC_OVERRIDE_HOST=i686-android-linux XBMC_OVERRIDE_TOOLCHAIN=$(XBMC_X86_TOOLCHAIN)