libpng: Same fix as previous commit for server platform

(cherry picked from commit ec4be71fad)
This commit is contained in:
Rémi Verschelde 2016-11-19 13:25:17 +01:00
parent ed2c369785
commit 76233a3022

View file

@ -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')
# Sound and video libraries
# Keep the order as it triggers chained dependencies (ogg needed by others, etc.)