summaryrefslogtreecommitdiff
path: root/vte.pc.in
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2003-03-05 22:55:08 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2003-03-05 22:55:08 +0000
commit4de594de6072f866ec78600166309a1232656bbc (patch)
treeb7da016d6819cdb8ce0535b733c9eb97170ef1c4 /vte.pc.in
parent6b9ac417b5cfa881b0f24cdf7e86950f8b16377a (diff)
downloadvte-4de594de6072f866ec78600166309a1232656bbc.tar.gz
add FT2_LIBS and FT2_CFLAGS to our libs and cflags. Add xft >= 2.0 and
* vte.pc.in: add FT2_LIBS and FT2_CFLAGS to our libs and cflags. Add xft >= 2.0 and fontconfig as hard requirements.
Diffstat (limited to 'vte.pc.in')
-rw-r--r--vte.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/vte.pc.in b/vte.pc.in
index acc5f568..c37665e4 100644
--- a/vte.pc.in
+++ b/vte.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: vte
Description: Vte terminal widget.
Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 atk pango pangox gtk+-2.0 gdk-pixbuf-2.0
-Libs: -L${libdir} -lvte @OTHERLIBS@
-Cflags: -I${includedir}
+Requires: glib-2.0 gobject-2.0 atk pango pangox gtk+-2.0 gdk-pixbuf-2.0 fontconfig xft >= 2.0
+Libs: -L${libdir} -lvte @FT2_LIBS@ @OTHERLIBS@
+Cflags: -I${includedir} @FT2_CFLAGS@