From b2dfbdf4d9644c684c938cb2730deab66aa06d9b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 2 May 2015 21:36:31 +0200 Subject: Move out of subdir --- flam3.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 flam3.pc.in (limited to 'flam3.pc.in') diff --git a/flam3.pc.in b/flam3.pc.in new file mode 100644 index 0000000..32cd769 --- /dev/null +++ b/flam3.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +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: libpng >= 1.0 libxml-2.0 +Libs: -L${libdir} -lflam3 -ljpeg -lpthread +Cflags: -I${includedir} -- cgit v1.2.3