summaryrefslogtreecommitdiff
path: root/vcl/unx/source/gdi/makefile.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-09-09 11:45:13 +0200
committerMathias Bauer <mba@openoffice.org>2009-09-09 11:45:13 +0200
commit0cb550725d7e128e72e67739aff5338865c28abc (patch)
tree0ffabe03dd8b83e273539f26f633273d50c37397 /vcl/unx/source/gdi/makefile.mk
parentaa611d78df11fcc1e35ead5fa093143bf17e4cf6 (diff)
parent1f0839c836781bc41f8c301b6262eabc978c90f8 (diff)
merge commit to DEV300_m57
Diffstat (limited to 'vcl/unx/source/gdi/makefile.mk')
-rw-r--r--vcl/unx/source/gdi/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/unx/source/gdi/makefile.mk b/vcl/unx/source/gdi/makefile.mk
index 8f0faf863af2..bdd400baa8ad 100644
--- a/vcl/unx/source/gdi/makefile.mk
+++ b/vcl/unx/source/gdi/makefile.mk
@@ -90,6 +90,10 @@ ENVCFLAGS+=-DUSE_CDE
CFLAGS+=-DXRENDER_LINK
.ENDIF
+.IF "$(ENABLE_GRAPHITE)" == "TRUE"
+CFLAGS+=-DENABLE_GRAPHITE
+.ENDIF
+
.ENDIF # "$(GUIBASE)"!="unx"
# --- Targets ------------------------------------------------------