[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - postprocess/packregistry

Stephan Bergmann sbergman at redhat.com
Tue Feb 5 10:30:50 PST 2013


 postprocess/packregistry/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ac4b9e2e6bb2c5f9fbd18cb05a11e9e70650abb7
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Dec 13 12:03:54 2012 +0100

    fdo#59025: Missing dependency
    
    (WriterWindowState.xcs is in writer.xcd)
    
    Change-Id: I4e6d7cea64afae21cfb00ca9dc7873c5ce90d2bc
    (cherry picked from commit 82c53d537a05dadf4d7fd7ea41292897bf2d47c7)
    Reviewed-on: https://gerrit.libreoffice.org/2002
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk
index 9d84466..819dbab 100644
--- a/postprocess/packregistry/makefile.mk
+++ b/postprocess/packregistry/makefile.mk
@@ -114,7 +114,7 @@ MY_FILES_impress = \
     $(MY_MOD)/org/openoffice/Office/ProtocolHandler-impress.xcu \
     $(MY_MOD)/org/openoffice/Setup-impress.xcu
 
-MY_DEPS_librelogo = main
+MY_DEPS_librelogo = main writer
 MY_FILES_librelogo = \
     $(MY_MOD)/org/openoffice/Office/Addons-librelogo.xcu \
     $(MY_MOD)/org/openoffice/Office/UI/WriterWindowState-librelogo.xcu


More information about the Libreoffice-commits mailing list