Description: Fix unused library (ljpeg) warning Author: Peter Blackman Last-Update: 2020-01-19 Index: b/flam3.pc.in =================================================================== --- a/flam3.pc.in +++ b/flam3.pc.in @@ -8,5 +8,6 @@ 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 +Libs: -L${libdir} -lflam3 -lpthread Cflags: -I${includedir} +