diff options
author | Erik Reckase <e.reckase@gmail.com> | 2010-11-21 02:53:44 +0000 |
---|---|---|
committer | Scott Draves <spot@draves.org> | 2015-02-15 12:20:14 -0500 |
commit | a327e855a963a29d85a54a468abaaf40c2b0480e (patch) | |
tree | 138590b49c9ad4be5e567a22259a4992958761bc /src | |
parent | b358966b64ccf5b25a8e5f92e0e2c15901454652 (diff) | |
download | pucket-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
Diffstat (limited to 'src')
-rw-r--r-- | src/flam3.pc.in | 2 |
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} |