diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-04-23 14:18:34 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-04-24 13:29:46 +0100 |
commit | db52fd7123b35d9c3e0ff5868a58195add2a455e (patch) | |
tree | ea9ef6220a7701c45a3a71a7230249cac70b7a45 /postprocess | |
parent | 16385c4d1c24a05a7d364854b0a437006eb1e333 (diff) |
Add license filtering to configure.
Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/Rdb_services.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index 62103a0e15dd..58bb3688905f 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -55,7 +55,9 @@ $(eval $(call gb_Rdb_add_components,services,\ lingucomponent/source/spellcheck/spell/spell \ lingucomponent/source/thesaurus/libnth/lnth \ linguistic/source/lng \ - lotuswordpro/util/lwpfilter \ + $(if $(ENABLE_LWP), \ + lotuswordpro/util/lwpfilter \ + ) \ oox/util/oox \ package/source/xstor/xstor \ package/util/package2 \ |