[Libreoffice-commits] core.git: Branch 'feature/breakpad' - RepositoryExternal.mk

Markus Mohrhard markus.mohrhard at googlemail.com
Mon Feb 15 07:10:25 UTC 2016


 RepositoryExternal.mk |   15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

New commits:
commit e17b37862121f61651ec51cf95838cc8714084cb
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Feb 15 07:44:30 2016 +0100

    remove unneeded case for system breakpad
    
    breakpad is limited to TDF builds so there is no system version support
    needed
    
    Change-Id: I8339037035e03fcd0ecf5c8d930fa7fe78344dd2

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 8079c1b..86ff6bd 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3362,8 +3362,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 \
@@ -3384,18 +3382,7 @@ $(call gb_LinkTarget_use_external_project,$(1),breakpad)
 
 endef
 
-# 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)
 


More information about the Libreoffice-commits mailing list