From 1fa5cf73fc3521fbdff99878e9baba2c4f4b03ec Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 12 Jan 2010 11:18:27 +0000 Subject: cmcfixes69: #i106157# support system graphite, even with a different stlport --- graphite/makefile.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'graphite') 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 -- cgit v1.2.3