From 5bd2890a56125d391b42f34d51e2e0c57b0a80b0 Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Mon, 3 Oct 2011 14:10:10 +0200 Subject: Added --disable-cmis flag for use while the feature is too unstable --- postprocess/packcomponents/makefile.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'postprocess') diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 8b42349a37c6..8d6a36321946 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -221,6 +221,10 @@ my_components += gconfbe1 my_components += ucpgio .END +.IF "$(ENABLE_CMIS)" != "" +my_components += ucpcmis +.END + .IF "$(ENABLE_GNOMEVFS)" != "" my_components += ucpgvfs .END -- cgit