summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Reckase <e.reckase@gmail.com>2010-11-21 02:53:44 +0000
committerScott Draves <spot@draves.org>2015-02-15 12:20:14 -0500
commita327e855a963a29d85a54a468abaaf40c2b0480e (patch)
tree138590b49c9ad4be5e567a22259a4992958761bc
parentb358966b64ccf5b25a8e5f92e0e2c15901454652 (diff)
downloadpucket-a327e855a963a29d85a54a468abaaf40c2b0480e.tar.gz
pucket-a327e855a963a29d85a54a468abaaf40c2b0480e.tar.bz2
pucket-a327e855a963a29d85a54a468abaaf40c2b0480e.zip
Issue 1: remove specific libpng12 reference in flam3.pc.in, replace with generic libpng
git-svn-id: https://flam3.googlecode.com/svn/trunk@89 77852712-ef1d-11de-8684-7d64432d61a3
-rw-r--r--src/flam3.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flam3.pc.in b/src/flam3.pc.in
index e78b2da..32cd769 100644
--- a/src/flam3.pc.in
+++ b/src/flam3.pc.in
@@ -7,6 +7,6 @@ datarootdir=@datarootdir@
Name: flam3
Description: Renders and animates fractal flames and manipulates their genetic codes, see www.flam3.com for more info.
Version: @VERSION@
-Requires: libpng12 >= 1.0 libxml-2.0
+Requires: libpng >= 1.0 libxml-2.0
Libs: -L${libdir} -lflam3 -ljpeg -lpthread
Cflags: -I${includedir}