[Libreoffice-commits] core.git: Repository.mk

Stephan Bergmann sbergman at redhat.com
Sat Dec 23 21:43:36 UTC 2017


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

New commits:
commit 7c19c0e2b4862aef7373ec02570fa38b0026039a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Dec 23 22:38:18 2017 +0100

    Blind fix
    
    ...after a692cdf779dc998f58ebf9e9f84f22edf7dbe421 "LOK: tilebench improvements"
    
    Change-Id: Ic19c97ab381dc339270b8d7072458b57755b5e0d

diff --git a/Repository.mk b/Repository.mk
index 78ef396fa860..dcb201a904b9 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -817,7 +817,7 @@ $(eval $(call gb_Helper_register_packages_for_install,calc,\
 ))
 
 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
-	$(if $(filter LINUX %BSD SOLARIS, $(OS)),$(if $(ENABLE_GTK3),libreofficekit_selectionhandles)) \
+	$(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
 ))
 
 $(eval $(call gb_Helper_register_packages_for_install,ure,\


More information about the Libreoffice-commits mailing list