diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-01-12 11:18:27 +0000 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-01-12 11:18:27 +0000 |
commit | 1fa5cf73fc3521fbdff99878e9baba2c4f4b03ec (patch) | |
tree | b2ca4d176501532e7e2ab49305a3b2aa7a363912 /graphite | |
parent | ca7dddfe869568ade934b3a541393277c1cb7cde (diff) |
cmcfixes69: #i106157# support system graphite, even with a different stlport
Diffstat (limited to 'graphite')
-rw-r--r-- | graphite/makefile.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphite/makefile.mk b/graphite/makefile.mk index 5faa9054f98a..5ec831b61c00 100644 --- a/graphite/makefile.mk +++ b/graphite/makefile.mk @@ -68,6 +68,12 @@ TARGET=so_graphite .INCLUDE : settings.mk +.IF "$(SYSTEM_GRAPHITE)" == "YES" +all: + @echo "An already available installation of silgraphite should exist on your system." + @echo "Therefore the version provided here does not need to be built in addition." +.ENDIF + # --- Files -------------------------------------------------------- .IF "$(ENABLE_GRAPHITE)"=="TRUE" TARFILE_NAME=silgraphite-2.3.1 |