Kaydet (Commit) c058341b authored tarafından Marcos Paulo de Souza's avatar Marcos Paulo de Souza Kaydeden (comit) David Tardon

fdo#60924: autoinstall graphicfilter libraries

Change-Id: I406ecef9bc1865d0cd17e3428bffaaaa137d972f
Reviewed-on: https://gerrit.libreoffice.org/3829Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst bfaff2a5
...@@ -222,6 +222,10 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ ...@@ -222,6 +222,10 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
endif endif
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,GRAPHICFILTER, \ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,GRAPHICFILTER, \
svgfilter \
flash \
wpftdraw \
graphicfilter \
)) ))
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,TDE, \ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,TDE, \
...@@ -388,8 +392,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ ...@@ -388,8 +392,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
dbu \ dbu \
evoab \ evoab \
filtertracer \ filtertracer \
flash \
graphicfilter \
log \ log \
MacOSXSpell \ MacOSXSpell \
mork \ mork \
...@@ -413,7 +415,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ ...@@ -413,7 +415,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
spa \ spa \
spell \ spell \
sts \ sts \
svgfilter \
textfd \ textfd \
updatecheckui \ updatecheckui \
$(if $(DISABLE_SCRIPTING),,vbahelper) \ $(if $(DISABLE_SCRIPTING),,vbahelper) \
...@@ -423,7 +424,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ ...@@ -423,7 +424,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
vclplug_kde \ vclplug_kde \
vclplug_kde4 \ vclplug_kde4 \
vclplug_svp \ vclplug_svp \
wpftdraw \
)) ))
ifneq (,$(filter ANDROID IOS,$(OS))) ifneq (,$(filter ANDROID IOS,$(OS)))
......
...@@ -11,10 +11,6 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/graphicfilter)) ...@@ -11,10 +11,6 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/graphicfilter))
$(eval $(call gb_InstallModule_use_auto_install_libs,scp2/graphicfilter,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 \
))
$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/graphicfilter,\ $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/graphicfilter,\
scp2/source/graphicfilter/module_graphicfilter \ scp2/source/graphicfilter/module_graphicfilter \
)) ))
......
...@@ -34,11 +34,4 @@ File gid_File_Share_Registry_Graphicfilter_Xcd ...@@ -34,11 +34,4 @@ File gid_File_Share_Registry_Graphicfilter_Xcd
Name = "graphicfilter.xcd"; Name = "graphicfilter.xcd";
End End
STD_LIB_FILE( gid_File_Lib_Flash, flash )
STD_RES_FILE( gid_File_Res_Flash, flash ) STD_RES_FILE( gid_File_Res_Flash, flash )
STD_LIB_FILE( gid_File_Lib_Svg, svgfilter )
STD_LIB_FILE( gid_File_Lib_Graphic, graphicfilter )
STD_LIB_FILE( gid_File_Lib_WpftDraw, wpftdraw )
...@@ -35,10 +35,6 @@ Module gid_Module_Optional_Grfflt ...@@ -35,10 +35,6 @@ Module gid_Module_Optional_Grfflt
Sortkey = "600"; Sortkey = "600";
ParentID = gid_Module_Optional; ParentID = gid_Module_Optional;
Default = YES; Default = YES;
Files = ( Files = (auto_Graphicfilter_Lib_ALL
gid_File_Lib_Svg,
gid_File_Lib_Flash,
gid_File_Lib_WpftDraw,
gid_File_Lib_Graphic,
gid_File_Share_Registry_Graphicfilter_Xcd); gid_File_Share_Registry_Graphicfilter_Xcd);
End End
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment