summaryrefslogtreecommitdiff
path: root/vcl/source/glyphs
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-15 21:53:46 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-15 21:53:46 +0100
commitde02b4113d21f99bd19aa6b084e7662472c3a49c (patch)
tree2b46cef5e367ffe08e8b38a3e44f36c4a5ea0fa7 /vcl/source/glyphs
parenta605870674960576464e32f0702c41988f92e347 (diff)
Internal graphite is a static library
Diffstat (limited to 'vcl/source/glyphs')
-rw-r--r--vcl/source/glyphs/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/source/glyphs/makefile.mk b/vcl/source/glyphs/makefile.mk
index 6bd64cdb5fb5..cbc9a38b4f9e 100644
--- a/vcl/source/glyphs/makefile.mk
+++ b/vcl/source/glyphs/makefile.mk
@@ -67,6 +67,10 @@ SLOFILES=\
$(SLO)$/graphite_features.obj \
$(SLO)$/graphite_layout.obj
+.IF "$(SYSTEM_GRAPHITE)" != "YES"
+CDEFS+=-DGR2_STATIC
+.ENDIF
+
.ENDIF
.ENDIF