[Libreoffice-commits] core.git: Branch 'libreoffice-3-6' - RepositoryExternal.mk

Caolán McNamara caolanm at redhat.com
Tue Feb 5 13:55:49 PST 2013


 RepositoryExternal.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ed3fd72fb1ef8d104448da2b546d29c6c0198780
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Aug 30 13:44:53 2012 +0100

    Resolves: rhb#z907112 these ENABLE_FOOs are set to TRUE not YES
    
    so wrong test for ENABLE_DBUS
    
    (cherry picked from commit 9ec0a3ec629a05809852728482fdb3f3d997edef)
    
    Change-Id: I821a41752643fe78cc99ea20e5d7ef11e7a5e91a
    Reviewed-on: https://gerrit.libreoffice.org/2009
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 730043c..dfab4d9 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1006,7 +1006,7 @@ $(call gb_LinkTarget_add_libs,$(1),$(GTHREAD_LIBS))
 endef
 
 
-ifeq ($(ENABLE_DBUS),YES)
+ifeq ($(ENABLE_DBUS),TRUE)
 
 define gb_LinkTarget__use_dbus
 $(call gb_LinkTarget_set_include,$(1),\
@@ -1525,7 +1525,7 @@ endef
 endif # ENABLE_KDE4
 
 
-ifeq ($(ENABLE_TDE),YES)
+ifeq ($(ENABLE_TDE),TRUE)
 
 define gb_LinkTarget__use_tde
 $(call gb_LinkTarget_add_libs,$(1),\


More information about the Libreoffice-commits mailing list