diff options
author | Jürgen Schmidt <jsc@apache.org> | 2011-11-14 12:37:29 +0000 |
---|---|---|
committer | Jürgen Schmidt <jsc@apache.org> | 2011-11-14 12:37:29 +0000 |
commit | ba0d0a588d5bfc00e8076ec0e9e0c9d38154a854 (patch) | |
tree | 87025fa0819a5b4a12c55d17d59ae0d1dc227e4c /postprocess | |
parent | 3360d33d73a80c1c114af3e34ad7867e0388e9be (diff) |
118587: remove libwpd, disable WordPerfect filter, allow built with system libwpd
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packcomponents/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index 74da9c5d033a..e7942ece843d 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -206,7 +206,7 @@ my_components += \ spell .END -.IF "$(DISABLE_LIBWPD)" == "" +.IF "$(SYSTEM_LIBWPD)" == "YES" my_components += wpft .END |