fdo#70393: move libpng to a subdir of external
Change-Id: Ia52da28fc6a979c4712fc191ab5e71c1926b0c93 Reviewed-on: https://gerrit.libreoffice.org/6231 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
This commit is contained in:
parent
ca216af0fa
commit
99f8cf1221
9 changed files with 7 additions and 2 deletions
|
@ -186,6 +186,9 @@ distclean : clean compilerplugins-clean
|
|||
cmd:
|
||||
echo "custom cmd" && ( $(cmd) )
|
||||
|
||||
usedcxxfiles:
|
||||
$(GNUMAKE) -f $(SRCDIR)/Makefile.gbuild $(@)
|
||||
|
||||
#
|
||||
# Fetch
|
||||
#
|
||||
|
|
|
@ -98,7 +98,6 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
|
|||
$(call gb_Helper_optional,CMIS,libcmis) \
|
||||
$(call gb_Helper_optional,LIBEXTTEXTCAT,libexttextcat) \
|
||||
$(call gb_Helper_optional,LIBLANGTAG,liblangtag) \
|
||||
$(call gb_Helper_optional,LIBPNG,libpng) \
|
||||
$(call gb_Helper_optional,MSPUB,libmspub) \
|
||||
$(call gb_Helper_optional,MWAW,libmwaw) \
|
||||
$(call gb_Helper_optional,ODFGEN,libodfgen) \
|
||||
|
|
3
external/Module_external.mk
vendored
3
external/Module_external.mk
vendored
|
@ -39,4 +39,7 @@ $(eval $(call gb_Module_add_targets,external,\
|
|||
endif
|
||||
endif
|
||||
|
||||
$(call gb_Helper_optional,LIBPNG,\
|
||||
$(eval $(call gb_Module_add_moduledir,external,libpng)))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
0
libpng/Makefile → external/libpng/Makefile
vendored
0
libpng/Makefile → external/libpng/Makefile
vendored
0
libpng/README → external/libpng/README
vendored
0
libpng/README → external/libpng/README
vendored
|
@ -12,7 +12,7 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,png))
|
|||
$(eval $(call gb_UnpackedTarball_set_tarball,png,$(PNG_TARBALL)))
|
||||
|
||||
$(eval $(call gb_UnpackedTarball_add_files,png,.,\
|
||||
libpng/configs/pnglibconf.h \
|
||||
external/libpng/configs/pnglibconf.h \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
Loading…
Reference in a new issue