Branch: r14.0.x

dbb06c24 2018-12-02 13:10:34 Michele Calgaro
Fixed FTBFS caused by missing KartonText.

Signed-off-by: Michele Calgaro <michele.calgaro@...>
(cherry picked from commit e7c0e16f2b45b128d29e00b5420873ac87c83886)
M karbon/core/vtext.cc

karbon/core/vtext.cc

diff --git a/karbon/core/vtext.cc b/karbon/core/vtext.cc
index 4c7d398..b8e15c4 100644
--- a/karbon/core/vtext.cc
+++ b/karbon/core/vtext.cc
@@ -732,6 +732,8 @@
 	return fileName;
 }
 
+#endif // HAVE_KARBONTEXT
+
 void VText::setOffset( double offset )
 {
 	if( offset < 0.0 )
@@ -742,4 +744,3 @@
 		m_offset = offset;
 }
 
-#endif // HAVE_KARBONTEXT