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

defaultemulation=@VTE_DEFAULT_EMULATION@

Name: vte
Description: Vte terminal widget.
Version: @VERSION@
Requires: @NEEDEDPACKAGES@
Libs: -L${libdir} -lvte @OTHERLIBS@
Libs.private: @FT2_LIBS@
Cflags: -I${includedir} @FT2_CFLAGS@ @OTHERCFLAGS@