Kaydet (Commit) 7127cba6 authored tarafından Michael Stahl's avatar Michael Stahl

desktop: simplify $(ENABLE_BREAKPAD) checks

Change-Id: Ibe2da6214b1f6555922313b22e2882a2ddb4b9e7
üst 017f6fcf
...@@ -24,15 +24,12 @@ $(eval $(call gb_Library_add_libs,sofficeapp,\ ...@@ -24,15 +24,12 @@ $(eval $(call gb_Library_add_libs,sofficeapp,\
)) ))
$(eval $(call gb_Library_use_externals,sofficeapp, \ $(eval $(call gb_Library_use_externals,sofficeapp, \
$(if $(ENABLE_BREAKPAD),breakpad) \
$(if $(filter OPENCL,$(BUILD_TYPE)),clew) \ $(if $(filter OPENCL,$(BUILD_TYPE)),clew) \
boost_headers \ boost_headers \
dbus \ dbus \
)) ))
ifeq ($(ENABLE_BREAKPAD),TRUE)
$(eval $(call gb_Library_use_external,sofficeapp,breakpad))
endif
$(eval $(call gb_Library_use_custom_headers,sofficeapp,\ $(eval $(call gb_Library_use_custom_headers,sofficeapp,\
officecfg/registry \ officecfg/registry \
)) ))
...@@ -52,7 +49,7 @@ $(eval $(call gb_Library_use_libraries,sofficeapp,\ ...@@ -52,7 +49,7 @@ $(eval $(call gb_Library_use_libraries,sofficeapp,\
comphelper \ comphelper \
cppu \ cppu \
cppuhelper \ cppuhelper \
$(if $(filter TRUE,$(ENABLE_BREAKPAD)), \ $(if $(ENABLE_BREAKPAD), \
crashreport \ crashreport \
) \ ) \
deploymentmisc \ deploymentmisc \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment