Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2009

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/09/2009/1

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
---
M RepositoryExternal.mk
1 file changed, 2 insertions(+), 2 deletions(-)



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

-- 
To view, visit https://gerrit.libreoffice.org/2009
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I821a41752643fe78cc99ea20e5d7ef11e7a5e91a
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Caolán McNamara <caolanm@redhat.com>

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.