fdo#60924 autoinstall - gbuild/scp2: add graphicfilter module
Change-Id: I7823b4f0d8b7ab99ef549361a89f12036bf63270 Reviewed-on: https://gerrit.libreoffice.org/3827 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
This commit is contained in:
parent
f9f421d442
commit
67dd958fdb
6 changed files with 22 additions and 2 deletions
|
@ -221,6 +221,9 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
|
|||
|
||||
endif
|
||||
|
||||
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,GRAPHICFILTER, \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,TDE, \
|
||||
$(if $(ENABLE_TDE),tdebe1) \
|
||||
))
|
||||
|
|
12
scp2/AutoInstallLibs_graphicfilter.mk
Normal file
12
scp2/AutoInstallLibs_graphicfilter.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
||||
#
|
||||
# This file is part of the LibreOffice project.
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
|
||||
$(eval $(call gb_AutoInstallLibs_AutoInstallLibs,graphicfilter,GRAPHICFILTER,LIBO_LIB_FILE,auto_Graphicfilter_Lib))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
|
@ -9,6 +9,8 @@
|
|||
|
||||
$(eval $(call gb_InstallModule_InstallModule,scp2/graphicfilter))
|
||||
|
||||
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/graphicfilter,graphicfilter))
|
||||
|
||||
$(eval $(call gb_InstallModule_add_scpfiles,scp2/graphicfilter,\
|
||||
scp2/source/graphicfilter/file_graphicfilter \
|
||||
))
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
$(eval $(call gb_Module_Module,scp2))
|
||||
|
||||
$(eval $(call gb_Module_add_targets,scp2,\
|
||||
AutoInstallLibs_graphicfilter \
|
||||
AutoInstallLibs_tde \
|
||||
AutoInstallLibs_gnome \
|
||||
AutoInstallLibs_kde \
|
||||
|
|
|
@ -27,13 +27,15 @@
|
|||
|
||||
#include "macros.inc"
|
||||
|
||||
#include "AutoInstallLibs/graphicfilter"
|
||||
|
||||
Module gid_Module_Optional_Grfflt
|
||||
PackageInfo = "packinfo_office.txt";
|
||||
MOD_NAME_DESC ( MODULE_OPTIONAL_GRFFLT );
|
||||
Sortkey = "600";
|
||||
ParentID = gid_Module_Optional;
|
||||
Default = YES;
|
||||
Files = (
|
||||
Files = (auto_Graphicfilter_Lib_ALL
|
||||
gid_File_Lib_Svg,
|
||||
gid_File_Lib_Flash,
|
||||
gid_File_Lib_WpftDraw,
|
||||
|
|
|
@ -118,7 +118,7 @@ endef
|
|||
define gb_Helper_init_registries
|
||||
gb_Executable_VALIDGROUPS := UREBIN SDK OOO NONE
|
||||
gb_Library_VALIDGROUPS := OOOLIBS PLAINLIBS_NONE PLAINLIBS_URE PLAINLIBS_OOO RTVERLIBS UNOLIBS_URE UNOVERLIBS EXTENSIONLIBS
|
||||
gb_Library_VALIDINSTALLMODULES := GNOME TDE KDE OOO URE WRITER
|
||||
gb_Library_VALIDINSTALLMODULES := GRAPHICFILTER GNOME TDE KDE OOO URE WRITER
|
||||
gb_StaticLibrary_VALIDGROUPS := PLAINLIBS
|
||||
gb_Jar_VALIDGROUPS := URE OOO OXT NONE
|
||||
|
||||
|
|
Loading…
Reference in a new issue