From a327e855a963a29d85a54a468abaaf40c2b0480e Mon Sep 17 00:00:00 2001 From: Erik Reckase Date: Sun, 21 Nov 2010 02:53:44 +0000 Subject: 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 --- src/flam3.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3