diff options
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 |