From e7c0e16f2b45b128d29e00b5420873ac87c83886 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Dec 2018 21:27:06 +0900 Subject: [PATCH] Fixed FTBFS caused by missing KartonText. Signed-off-by: Michele Calgaro --- karbon/core/vtext.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karbon/core/vtext.cc b/karbon/core/vtext.cc index 4c7d3989b..b8e15c4f3 100644 --- a/karbon/core/vtext.cc +++ b/karbon/core/vtext.cc @@ -732,6 +732,8 @@ VText::buildRequest( TQString family, int weight, int slant, double size, int &i return fileName; } +#endif // HAVE_KARBONTEXT + void VText::setOffset( double offset ) { if( offset < 0.0 ) @@ -742,4 +744,3 @@ void VText::setOffset( double offset ) m_offset = offset; } -#endif // HAVE_KARBONTEXT