Repository.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 196e3400c6ea3246af89032ac6fef026ec4e45db
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Sun Mar 27 12:48:46 2022 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Sun Mar 27 12:48:46 2022 +0200

    Jumplist is windows-only
    
    Fix packaging breakage on Linux - Repository.mk also implicitely
    adds lib to packaging.
    
    Change-Id: I7912128afbcc177b4d66b4be975bc90331b6d67a

diff --git a/Repository.mk b/Repository.mk
index 49a46b454409..6a6b8bd12e06 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -391,7 +391,7 @@ $(eval $(call 
gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
        hyphen \
     icg \
        $(if $(ENABLE_JAVA),jdbc) \
-       jumplist \
+       $(if $(filter $(OS),WNT),jumplist) \
        $(if $(ENABLE_LDAP),ldapbe2) \
        $(if $(filter WNT,$(OS)),WinUserInfoBe) \
        localebe1 \

Reply via email to