summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2016-09-01 19:29:34 +0200
committerGitHub <noreply@github.com>2016-09-01 19:29:34 +0200
commit8d1b7df8dd52608a861c3e160efc5630bbdba007 (patch)
tree8618ca14a2dd25733fcef2877c0c7e237d03620e
parentfb412fae6baf6041a74f05709c761e53b628c805 (diff)
downloadnavit-iOS_jailbreak_fix.tar.gz
fix old iOS jailbreak buildiOS_jailbreak_fix
I suppose https://github.com/navit-gps/navit/commit/f18e9dfb5110db7943d719ffe90171ac888326aa broke the build on the Navit server of the old iOS jailbreak packages
-rw-r--r--navit/xslt/iphone.xslt1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/xslt/iphone.xslt b/navit/xslt/iphone.xslt
index f15d04938..1e9540503 100644
--- a/navit/xslt/iphone.xslt
+++ b/navit/xslt/iphone.xslt
@@ -4,6 +4,7 @@
<xsl:param name="ICON_SMALL" select="32"/>
<xsl:param name="ICON_MEDIUM" select="32"/>
<xsl:param name="ICON_BIG" select="64"/>
+ <xsl:param name="OSD_USE_OVERLAY">yes</xsl:param>
<xsl:output method="xml" doctype-system="navit.dtd" cdata-section-elements="gui"/>
<xsl:include href="osd_minimum.xslt"/>