Browse Source

libpng: Same fix as previous commit for server platform

Rémi Verschelde 8 years ago
parent
commit
ec4be71fad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/server/detect.py

+ 1 - 1
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')