summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre GRANDIN <grandinp@altern.org>2015-07-20 10:16:24 -0700
committerPierre GRANDIN <grandinp@altern.org>2015-07-20 10:16:24 -0700
commit9df94362e733f1dd0cdd7e8387c3d490cf92893b (patch)
treebac1339a596de4f5b05e30b1c46853ebd4c3d37b
parentc63515f469b4549d48dd79c05a1be59e2fef121d (diff)
downloadnavit-9df94362e733f1dd0cdd7e8387c3d490cf92893b.tar.gz
Libxml2 might not be mandatory according to the wiki
-rw-r--r--ci/build_tomtom.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/ci/build_tomtom.sh b/ci/build_tomtom.sh
index abab8921d..34554ee39 100644
--- a/ci/build_tomtom.sh
+++ b/ci/build_tomtom.sh
@@ -111,17 +111,17 @@ then
fi
# fontconfig
-# if ! test -f "$PREFIX/include/fontconfig/fontconfig.h"
-# then
-# cd /tmp
-# # wget -c http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.10.91.tar.gz
-# wget -c http://pkgs.fedoraproject.org/repo/pkgs/fontconfig/fontconfig-2.10.91.tar.bz2/c795bb39fab3a656e5dff8bad6a199f6/fontconfig-2.10.91.tar.bz2
-# tar xjf fontconfig-2.10.91.tar.bz2
-# cd fontconfig-2.10.91
-# ./configure --prefix=$PREFIX --host=$ARCH --with-arch=arm --enable-libxml2
-# make -j$JOBS
-# make install
-# fi
+if ! test -f "$PREFIX/include/fontconfig/fontconfig.h"
+then
+ cd /tmp
+# wget -c http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.10.91.tar.gz
+ wget -c http://pkgs.fedoraproject.org/repo/pkgs/fontconfig/fontconfig-2.10.91.tar.bz2/c795bb39fab3a656e5dff8bad6a199f6/fontconfig-2.10.91.tar.bz2
+ tar xjf fontconfig-2.10.91.tar.bz2
+ cd fontconfig-2.10.91
+ ./configure --prefix=$PREFIX --host=$ARCH --with-arch=arm #--enable-libxml2
+ make -j$JOBS
+ make install
+fi
# glib
if ! test -f "$PREFIX/include/glib-2.0/glib.h"