[Libreoffice-commits] .: libpng/StaticLibrary_png.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Sep 8 17:06:46 PDT 2012
libpng/StaticLibrary_png.mk | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 9f0aadee70d90082fb81459908310fdeaef10585
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Sun Sep 9 02:05:45 2012 +0200
libpng: missing source file and include path for zlib
Change-Id: Iac72be0cd104db1f4ee2e7cec15d86d1693b8fb8
diff --git a/libpng/StaticLibrary_png.mk b/libpng/StaticLibrary_png.mk
index 0ed42ef..1257cbb 100644
--- a/libpng/StaticLibrary_png.mk
+++ b/libpng/StaticLibrary_png.mk
@@ -13,7 +13,12 @@ $(eval $(call gb_StaticLibrary_use_unpacked,png,png))
$(eval $(call gb_StaticLibrary_use_package,png,libpng_inc))
+$(eval $(call gb_StaticLibrary_use_externals,png,\
+ zlib \
+))
+
$(eval $(call gb_StaticLibrary_add_generated_cobjects,png,\
+ UnpackedTarball/png/png \
UnpackedTarball/png/pngerror \
UnpackedTarball/png/pngget \
UnpackedTarball/png/pngmem \
More information about the Libreoffice-commits
mailing list