diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-04-09 23:37:06 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-04-09 23:37:06 +0300 |
commit | 0f0063e31d211157e3252ca850236eb45dcf31d1 (patch) | |
tree | 51eb322cc608b3c9b56c0147e99d62a2246f09ef /sw | |
parent | ff9cca69744b54ca84d98476a9a969d1aa0ff2d3 (diff) |
xmlhelp not built for non-desktop OSes
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_filters_test.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index 86e144f5fd23..a858d3ed69d1 100644 --- a/sw/CppunitTest_sw_filters_test.mk +++ b/sw/CppunitTest_sw_filters_test.mk @@ -89,7 +89,8 @@ $(eval $(call gb_CppunitTest_use_components,sw_filters_test,\ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ - xmlhelp/util/ucpchelp1 \ + $(if $(filter DESKTOP,$(BUILD_TYPE)), \ + xmlhelp/util/ucpchelp1) \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_filters_test)) |