diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2016-12-24 14:42:54 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2016-12-25 09:11:11 +0100 |
commit | 7b340f0d88e32408c4dd797aba826c73caccc01d (patch) | |
tree | dfa59a6333945eb9159e0e8c84b0f23340434e2f /Repository.mk | |
parent | 8987e91843392f225f97150b066b4415bbe525a8 (diff) |
tdf#90753: AutoInstall libreofficekit_selectionhandles package
Change-Id: I9998f3dcd6725a49aa2c083eac0de1f970b167e0
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index 939b91d2d00c..dbc3c2bc5a25 100644 --- a/Repository.mk +++ b/Repository.mk @@ -786,7 +786,6 @@ $(eval $(call gb_Helper_register_packages, \ more_fonts_conf \ instsetoo_native_setup \ $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \ - libreofficekit_selectionhandles \ odk_headers_generated \ oox_customshapes \ oox_generated \ @@ -807,6 +806,10 @@ $(eval $(call gb_Helper_register_packages_for_install,calc,\ sc_res_xml \ )) +$(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\ + $(if $(filter LINUX %BSD SOLARIS, $(OS)),$(if $(ENABLE_GTK3),libreofficekit_selectionhandles)) \ +)) + $(eval $(call gb_Helper_register_packages_for_install,ure,\ instsetoo_native_setup_ure \ ure_install \ |