diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-27 14:50:13 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-27 16:17:16 +0100 |
commit | 133a5d87efe5a5088e92d285df26d5f59548d93b (patch) | |
tree | 664365aaea2c29b0d5aceb6f4f8df207c79e08c2 /RepositoryExternal.mk | |
parent | 39be557968d7755a844b990388ee6acee787a024 (diff) |
remove the case for system breakpad
This will be something limited to TDF builds.
Change-Id: Ie7e96a33d247ea55b51563db6d42a0ff027c61e3
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index c61d394d5bdf..39b740b30614 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -3342,8 +3342,6 @@ endif # DESKTOP ifeq ($(ENABLE_BREAKPAD),TRUE) -# ifneq ($(SYSTEM_LIBBREAKPAD),TRUE) - define gb_LinkTarget__use_breakpad $(call gb_LinkTarget_set_include,$(1),\ -I$(call gb_UnpackedTarball_get_dir,breakpad)/src \ @@ -3368,18 +3366,7 @@ $(eval $(call gb_Helper_register_packages_for_install,ooo,\ breakpad \ )) -# else # SYSTEM_LIBBREAKPAD -# -# define gb_LinkTarget__use_libgltf -# $(call gb_LinkTarget_set_include,$(1),\ -# $$(INCLUDE) \ -# $(LIBBREAKPAD_CFLAGS) \ -# ) -# $(call gb_LinkTarget_add_libs,$(1),$(LIBBREAKPAD_LIBS)) -# -# endef - -endif # SYSTEN_LIBBREAKPAD +endif # ENABLE_BREAKPAD ifeq ($(ENABLE_GLTF),TRUE) |