diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-12-13 12:03:54 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-02-05 18:30:32 +0000 |
commit | ac4b9e2e6bb2c5f9fbd18cb05a11e9e70650abb7 (patch) | |
tree | 67d2f0831d20bf0b61cade6e8160d17774e00f4f /postprocess | |
parent | 153afd7bf078b4d6992720186df987867f47acf1 (diff) |
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@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/packregistry/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/packregistry/makefile.mk b/postprocess/packregistry/makefile.mk index 9d84466a59a1..819dbabf8695 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 |