Kaydet (Commit) d9852570 authored tarafından Khaled Hosny's avatar Khaled Hosny Kaydeden (comit) David Tardon

fdo#70393: move graphite to a subdir of external

Change-Id: If0f3c19fd539d2b1323016df032b9f959a0adf66
Reviewed-on: https://gerrit.libreoffice.org/6305Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 27d33095
...@@ -55,7 +55,6 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ ...@@ -55,7 +55,6 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
formula \ formula \
fpicker \ fpicker \
framework \ framework \
$(call gb_Helper_optional,GRAPHITE,graphite) \
$(call gb_Helper_optional,DESKTOP,helpcompiler) \ $(call gb_Helper_optional,DESKTOP,helpcompiler) \
$(call gb_Helper_optional,HELP,helpcontent2) \ $(call gb_Helper_optional,HELP,helpcontent2) \
$(call gb_Helper_optional,HSQLDB,hsqldb) \ $(call gb_Helper_optional,HSQLDB,hsqldb) \
......
...@@ -32,6 +32,7 @@ $(eval $(call gb_Module_add_moduledirs,external,\ ...@@ -32,6 +32,7 @@ $(eval $(call gb_Module_add_moduledirs,external,\
$(call gb_Helper_optional,FIREBIRD,firebird) \ $(call gb_Helper_optional,FIREBIRD,firebird) \
$(call gb_Helper_optional,FONTCONFIG,fontconfig) \ $(call gb_Helper_optional,FONTCONFIG,fontconfig) \
$(call gb_Helper_optional,FREETYPE,freetype) \ $(call gb_Helper_optional,FREETYPE,freetype) \
$(call gb_Helper_optional,GRAPHITE,graphite) \
$(call gb_Helper_optional,HARFBUZZ,harfbuzz) \ $(call gb_Helper_optional,HARFBUZZ,harfbuzz) \
$(call gb_Helper_optional,LIBATOMIC_OPS,libatomic_ops) \ $(call gb_Helper_optional,LIBATOMIC_OPS,libatomic_ops) \
$(call gb_Helper_optional,LIBPNG,libpng) \ $(call gb_Helper_optional,LIBPNG,libpng) \
......
...@@ -9,13 +9,9 @@ ...@@ -9,13 +9,9 @@
$(eval $(call gb_Module_Module,graphite)) $(eval $(call gb_Module_Module,graphite))
ifeq ($(SYSTEM_GRAPHITE),NO)
$(eval $(call gb_Module_add_targets,graphite,\ $(eval $(call gb_Module_add_targets,graphite,\
StaticLibrary_graphite \ StaticLibrary_graphite \
UnpackedTarball_graphite \ UnpackedTarball_graphite \
)) ))
endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -14,8 +14,8 @@ $(eval $(call gb_UnpackedTarball_set_tarball,graphite,$(GRAPHITE_TARBALL))) ...@@ -14,8 +14,8 @@ $(eval $(call gb_UnpackedTarball_set_tarball,graphite,$(GRAPHITE_TARBALL)))
# http://projects.palaso.org/issues/1030 # http://projects.palaso.org/issues/1030
# http://projects.palaso.org/issues/1115 # http://projects.palaso.org/issues/1115
$(eval $(call gb_UnpackedTarball_add_patches,graphite,\ $(eval $(call gb_UnpackedTarball_add_patches,graphite,\
graphite/graphite2.patch \ external/graphite/graphite2.patch \
graphite/graphite2.issue1115.patch.1 \ external/graphite/graphite2.issue1115.patch.1 \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
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