* vte.pc.in, vte-uninstalled.pc.in: declare the defaultemulation variable as
one kind of variable, not that other kind (#141515).
+2004-04-30 nalin
+ * vte.pc.in, vte-uninstalled.pc.in: declare the defaultemulation
+ variable as one kind of variable, not that other kind (#141515).
+
2004-04-30 nalin
* src/vte.c(vte_terminal_button_release): complete selection if we were
selecting, not just if Shift is held down (allows Press Shift, Press
libdir=@libdir@
includedir=@includedir@
+defaultemulation=@VTE_DEFAULT_EMULATION@
+
Name: vte
Description: Vte terminal widget.
Version: @VERSION@
Requires: @NEEDEDPACKAGES@
Libs: ${pc_top_builddir}/${pcfiledir}/src/libvte.la @FT2_LIBS@ @OTHERLIBS@
Cflags: -I${pc_top_builddir}/${pcfiledir}/src @FT2_CFLAGS@ @OTHERCFLAGS@
-DefaultEmulation: @VTE_DEFAULT_EMULATION@
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@