summaryrefslogtreecommitdiff
path: root/imlib2.pc.in
blob: 27a789441049fe6b607cecfc56c573d1e7255d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: imlib2
Description: Powerful image loading and rendering library
Version: @VERSION@
Requires: @REQUIREMENTS@
Libs: -L${libdir} -lImlib2 @freetype_libs@ -lm @x_libs@ @x_ldflags@ @dlopen_libs@
Cflags: -I${includedir} -I@x_cflags@ @freetype_cflags@