summaryrefslogtreecommitdiff
path: root/vte.pc.in
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2004-04-30 18:48:18 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2004-04-30 18:48:18 +0000
commitc4a25900091c436d3d629d3bf53d653117d0322b (patch)
tree1a13c8555b1fa7342672fac0714d6cc75f05809d /vte.pc.in
parentb2025190de68a6d92be926c2324ab9ea98eb9242 (diff)
declare the defaultemulation variable as one kind of variable, not that
* vte.pc.in, vte-uninstalled.pc.in: declare the defaultemulation variable as one kind of variable, not that other kind (#141515).
Diffstat (limited to 'vte.pc.in')
-rw-r--r--vte.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/vte.pc.in b/vte.pc.in
index e4c4bb3..d9479cb 100644
--- a/vte.pc.in
+++ b/vte.pc.in
@@ -3,10 +3,11 @@ 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 @FT2_LIBS@ @OTHERLIBS@
Cflags: -I${includedir} @FT2_CFLAGS@ @OTHERCFLAGS@
-DefaultEmulation: @VTE_DEFAULT_EMULATION@