diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-17 20:13:38 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-09-18 06:01:53 +0000 |
commit | 9b3495b4af679bd868e03e707100948bc4ba6019 (patch) | |
tree | 5df787a587df0e24791a322eb5d5b35adf7beae5 /sysui | |
parent | a12c083cad1c9f7443a19176660896efbde910be (diff) |
sysui: depend on libreofficekitgtk for introspection
Change-Id: I028d4e6d3c5fd57ae412fcfca5184722e4283524
Reviewed-on: https://gerrit.libreoffice.org/18671
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/CustomTarget_share.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysui/CustomTarget_share.mk b/sysui/CustomTarget_share.mk index 94855aa2cf23..c81edd50f1af 100644 --- a/sysui/CustomTarget_share.mk +++ b/sysui/CustomTarget_share.mk @@ -171,7 +171,7 @@ $(share_WORKDIR)/%/openoffice.sh: $(share_SRCDIR)/share/openoffice.sh $(share_WORKDIR)/%/create_tree.sh: $(share_SRCDIR)/share/create_tree.sh $(share_WORKDIR)/%/mimelnklist \ $(share_WORKDIR)/%/openoffice.org.xml $(share_WORKDIR)/%/openoffice.applications $(share_WORKDIR)/%/openoffice.mime \ - $(share_WORKDIR)/%/openoffice.keys $(share_WORKDIR)/%/launcherlist + $(share_WORKDIR)/%/openoffice.keys $(share_WORKDIR)/%/launcherlist $(if $(INTROSPECTION_SCANNER),$(call gb_Library_get_target,libreofficekitgtk)) mkdir -p $(dir $@) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CAT,1) echo "#!/bin/sh" > $@ |