summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-09-09 14:15:44 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-09-09 14:17:36 +0200
commite6812db65e7e17d49d52ecb287fc80271a479022 (patch)
treede4160a18960d8dc02f13cdd0c32677d17bb5a2f /RepositoryFixes.mk
parent9b9d45e35103e6884e0a87c35c07c74899f40614 (diff)
fix libpng name for Windows
Change-Id: Idb0e3892ab2f3c1712f98fb9a1d4e4745686f202
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index 829967f9103d..60cf457f70bc 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -79,6 +79,7 @@ gb_Library_FILENAMES := $(patsubst curl:icurl%,curl:libcurl%,$(gb_Library_FILENA
gb_Library_FILENAMES := $(patsubst npsoplugin:inpsoplugin%,npsoplugin:npsoplugin%,$(gb_Library_FILENAMES))
gb_StaticLibrary_FILENAMES := $(patsubst graphite:graphite%,graphite:graphite_dll%,$(gb_StaticLibrary_FILENAMES))
+gb_StaticLibrary_FILENAMES := $(patsubst png:png%,png:libpng%,$(gb_StaticLibrary_FILENAMES))
ifeq ($(COM),GCC)
gb_Library_FILENAMES := $(patsubst crypto:icrypto%,crypto:crypto%,$(gb_Library_FILENAMES))