mirror of
https://github.com/scottdraves/flam3.git
synced 2025-01-21 05:20:05 -05:00
13 lines
363 B
PkgConfig
13 lines
363 B
PkgConfig
|
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: libpng12 >= 1.0 libxml-2.0
|
||
|
Libs: -L${libdir} -lflam3 -ljpeg -lpthread
|
||
|
Cflags: -I${includedir}
|