8d2a287da3
Change-Id: I0f828239ed5aff164ba1f4e486017db0e6c93a4a
22 lines
673 B
Makefile
22 lines
673 B
Makefile
# -*- 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_UnpackedTarball_UnpackedTarball,libpng))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_tarball,libpng,$(LIBPNG_TARBALL)))
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_files,libpng,.,\
|
|
external/libpng/configs/pnglibconf.h \
|
|
))
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,libpng,\
|
|
external/libpng/libpng-osx.patch.1 \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|