diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-07-19 14:23:19 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-07-19 14:25:40 +0200 |
commit | 017f6fcf35e3e7087a08ea01f112c6dcdf34eac1 (patch) | |
tree | 983e1010b1399b7c168287c34ea88bf69df5ca86 /desktop | |
parent | 31623bb04a86cc848beec359bd7567833aad5fd3 (diff) |
desktop: CppunitTest_desktop_app requires breakpad
Change-Id: I314fd2ba94ec6efdfecbc9694138a6410665163c
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/CppunitTest_desktop_app.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/CppunitTest_desktop_app.mk b/desktop/CppunitTest_desktop_app.mk index 317d63ffc18c..a51d2705c4ea 100644 --- a/desktop/CppunitTest_desktop_app.mk +++ b/desktop/CppunitTest_desktop_app.mk @@ -14,6 +14,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,desktop_app, \ )) $(eval $(call gb_CppunitTest_use_externals,desktop_app, \ + $(if $(ENABLE_BREAKPAD),breakpad) \ dbus \ )) @@ -21,6 +22,7 @@ $(eval $(call gb_CppunitTest_use_libraries,desktop_app, \ comphelper \ cppu \ cppuhelper \ + $(if $(ENABLE_BREAKPAD),crashreport) \ deploymentmisc \ editeng \ i18nlangtag \ |