[Libreoffice-commits] .: postprocess/packregistry

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 03:04:28 PST 2012


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

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

    Missing dependency
    
    (WriterWindowState.xcs is in writer.xcd)
    
    Change-Id: I4e6d7cea64afae21cfb00ca9dc7873c5ce90d2bc

diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk
index 3150607..f576a10 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