summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/server/detect.py2
-rw-r--r--platform/x11/detect.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/server/detect.py b/platform/server/detect.py
index 02e000c025..4d86ffd376 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 libpng16 --cflags --libs')
+ env.ParseConfig('pkg-config libpng --cflags --libs')
if (env['builtin_enet'] == 'no'):
env.ParseConfig('pkg-config libenet --cflags --libs')
diff --git a/platform/x11/detect.py b/platform/x11/detect.py
index 0e5875dff7..d8cd79297e 100644
--- a/platform/x11/detect.py
+++ b/platform/x11/detect.py
@@ -144,7 +144,7 @@ def configure(env):
env.ParseConfig('pkg-config freetype2 --cflags --libs')
if (env['builtin_libpng'] == 'no'):
- env.ParseConfig('pkg-config libpng16 --cflags --libs')
+ env.ParseConfig('pkg-config libpng --cflags --libs')
if (env['builtin_enet'] == 'no'):
env.ParseConfig('pkg-config libenet --cflags --libs')