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

Michael Stahl mstahl at redhat.com
Tue Nov 4 13:51:18 PST 2014


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

New commits:
commit acc1d00febdd2222a920c1b824e69783185f5b08
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Nov 4 22:44:52 2014 +0100

    Repository.mk: move conditional to the right place
    
    regression from 139a4b6229905e44f22a0b747ea9c44f30e468f4, thanks _david_
    
    Change-Id: Ifce88cc5dd3dfc252a16407b4141ba2751564171

diff --git a/Repository.mk b/Repository.mk
index 91af283..970435f 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -804,11 +804,11 @@ $(eval $(call gb_Helper_register_packages_for_install,ure,\
 	) \
 ))
 
-ifeq ($(GUIBASE),unx)
 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
 	xmlsec \
 ))
 
+ifeq ($(GUIBASE),unx)
 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
 	desktop_sbase_sh \
 ))


More information about the Libreoffice-commits mailing list