From ec4be71fade1ee5c6171e323d09197f3bf528499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 19 Nov 2016 13:25:17 +0100 Subject: libpng: Same fix as previous commit for server platform --- platform/server/detect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/server/detect.py b/platform/server/detect.py index 4d86ffd376..02e000c025 100644 --- a/platform/server/detect.py +++ b/platform/server/detect.py @@ -80,7 +80,7 @@ def configure(env): env.ParseConfig('pkg-config freetype2 --cflags --libs') if (env['builtin_libpng'] == 'no'): - env.ParseConfig('pkg-config libpng --cflags --libs') + env.ParseConfig('pkg-config libpng16 --cflags --libs') if (env['builtin_enet'] == 'no'): env.ParseConfig('pkg-config libenet --cflags --libs') -- cgit v1.2.3