aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2007-09-02 16:43:55 +0000
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2007-09-02 16:43:55 +0000
commitbf3c9f9a492d63d82368fc46fbc11bb0f3a3eb93 (patch)
treec088ff7311b1dec531df72e42a4bd26dd98d67cd /modules
parente680617f2eb9de7188f1f219204f208377e300a5 (diff)
downloadextra-cmake-modules-bf3c9f9a492d63d82368fc46fbc11bb0f3a3eb93.tar.gz
extra-cmake-modules-bf3c9f9a492d63d82368fc46fbc11bb0f3a3eb93.tar.bz2
additional library name libpng12
svn path=/trunk/KDE/kdelibs/; revision=707676
Diffstat (limited to 'modules')
-rw-r--r--modules/FindPNG.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindPNG.cmake b/modules/FindPNG.cmake
index 1648d82e..6939805b 100644
--- a/modules/FindPNG.cmake
+++ b/modules/FindPNG.cmake
@@ -24,7 +24,7 @@ IF(ZLIB_FOUND)
/usr/local/include/libpng # OpenBSD
)
- SET(PNG_NAMES ${PNG_NAMES} png libpng)
+ SET(PNG_NAMES ${PNG_NAMES} png libpng png12 libpng12)
FIND_LIBRARY(PNG_LIBRARY
NAMES ${PNG_NAMES}
)