aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2012-09-13 14:18:11 -0400
committerCory Fields <theuni-nospam-@xbmc.org>2012-09-13 14:19:24 -0400
commit921ff28e84d71b5295ecf3851f664589906880f2 (patch)
tree42c2409fa43067c844a9ab01471f0ed06237acb7 /tools
parente7dd906d2705b6a8301ae59090584318eedfd99a (diff)
[droid] build pcre-native
Diffstat (limited to 'tools')
-rw-r--r--tools/android/depends/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/android/depends/Makefile.in b/tools/android/depends/Makefile.in
index 1b6d2de49e..e323715a5d 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
+ libamplayer libssh taglib swig-native pcre-native
.PHONY: buildtools $(BUILDTOOLS) subdirs $(SUBDIRS) arm
@@ -60,7 +60,8 @@ tiff-native: buildtools libjpeg-turbo-native
liblzo2-native: buildtools
libssh: openssl cmake rpl
taglib: cmake
-swig-native: buildtools
+swig-native: buildtools pcre-native
+pcre-native: buildtools
X86OVERRIDES=XBMC_OVERRIDE_HOST=i686-android-linux XBMC_OVERRIDE_TOOLCHAIN=$(XBMC_X86_TOOLCHAIN)