summaryrefslogtreecommitdiff
path: root/desktop/Library_crashreport.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Library_crashreport.mk')
-rw-r--r--desktop/Library_crashreport.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/Library_crashreport.mk b/desktop/Library_crashreport.mk
index a2cef785f370..c00814c82cee 100644
--- a/desktop/Library_crashreport.mk
+++ b/desktop/Library_crashreport.mk
@@ -25,12 +25,16 @@ $(eval $(call gb_Library_add_defs,crashreport,\
$(eval $(call gb_Library_add_libs,crashreport,\
$(if $(filter LINUX %BSD SOLARIS, $(OS)), \
- $(DLOPEN_LIBS) \
+ $(UNIX_DLAPI_LIBS) \
) \
))
$(eval $(call gb_Library_use_sdk_api,crashreport))
+$(eval $(call gb_Library_use_custom_headers,crashreport,\
+ officecfg/registry \
+))
+
$(eval $(call gb_Library_use_libraries,crashreport,\
comphelper \
cppu \