fdo#70393: move xsltml to a subdir of external
Change-Id: I2d244cc2ea9390f3a118bb620d397faa59e4e491 Reviewed-on: https://gerrit.libreoffice.org/6555 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
This commit is contained in:
committed by
David Tardon
parent
112c60b484
commit
b36fb485d4
@@ -153,7 +153,6 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
|
||||
xmlreader \
|
||||
xmlscript \
|
||||
xmlsecurity \
|
||||
$(call gb_Helper_optional,XSLTML,xsltml) \
|
||||
$(call gb_Helper_optional,ZLIB,zlib) \
|
||||
))
|
||||
|
||||
|
1
external/Module_external.mk
vendored
1
external/Module_external.mk
vendored
@@ -79,6 +79,7 @@ $(eval $(call gb_Module_add_moduledirs,external,\
|
||||
$(call gb_Helper_optional,WPD,libwpd) \
|
||||
$(call gb_Helper_optional,WPG,libwpg) \
|
||||
$(call gb_Helper_optional,WPS,libwps) \
|
||||
$(call gb_Helper_optional,XSLTML,xsltml) \
|
||||
$(call gb_Helper_optional_for_host,DESKTOP, \
|
||||
$(if $(filter YES,$(WITH_GALLERY_BUILD)), \
|
||||
$(call gb_Helper_optional,HARFBUZZ,harfbuzz) \
|
||||
|
2
xsltml/Makefile → external/xsltml/Makefile
vendored
2
xsltml/Makefile → external/xsltml/Makefile
vendored
@@ -2,6 +2,6 @@
|
||||
|
||||
module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
||||
|
||||
include $(module_directory)/../solenv/gbuild/partial_build.mk
|
||||
include $(module_directory)/../../solenv/gbuild/partial_build.mk
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
0
xsltml/README → external/xsltml/README
vendored
0
xsltml/README → external/xsltml/README
vendored
@@ -22,7 +22,7 @@ $(eval $(call gb_UnpackedTarball_fix_end_of_line,xsltml,\
|
||||
))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_add_patches,xsltml,\
|
||||
xsltml/xsltml_2.1.2.patch \
|
||||
external/xsltml/xsltml_2.1.2.patch \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
Reference in New Issue
Block a user