blob: fdf7c89077503cc41cd4987a5301386de8f7790e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Pango X
Description: X Window System font support for Pango
Version: @VERSION@
Requires: pango
Libs: -L${libdir} -lpangoxft @XFT_LIBS@
Cflags: -I${includedir}/pango-1.0
|