summaryrefslogtreecommitdiffstats
path: root/unix/tcl.pc.in
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-04-08 15:02:27 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-04-08 15:02:27 (GMT)
commitbfbea2009efb05f6726bbc75f8f400c1e452152e (patch)
treea22b5325bf61fe8176d9f3cb1daca7dae0d20214 /unix/tcl.pc.in
parent9e222357062011a268dc593afdf90c5d6dfd84d2 (diff)
parent5109a97f5420c5910e8fc2ec69f16e437ac38ab7 (diff)
downloadtcl-bfbea2009efb05f6726bbc75f8f400c1e452152e.zip
tcl-bfbea2009efb05f6726bbc75f8f400c1e452152e.tar.gz
tcl-bfbea2009efb05f6726bbc75f8f400c1e452152e.tar.bz2
Provide full Tcl patchlevel to tcl.pc and move private libs to "Libs.private".
Record the fact that Tcl 8.6 requires Zlib 1.2.3 as a minimum. Supply both the shared library and the stub library to "Libs": Only one of them will actually be linked in, depending on whether -DUSE_TCL_STUBS is defined or not.
Diffstat (limited to 'unix/tcl.pc.in')
-rw-r--r--unix/tcl.pc.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/tcl.pc.in b/unix/tcl.pc.in
index 6b6fe44..846cb11 100644
--- a/unix/tcl.pc.in
+++ b/unix/tcl.pc.in
@@ -8,8 +8,8 @@ includedir=@includedir@
Name: Tool Command Language
Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
URL: http://www.tcl.tk/
-Version: @TCL_VERSION@
-Requires:
-Conflicts:
-Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_LIBS@
+Version: @TCL_VERSION@@TCL_PATCH_LEVEL@
+Requires.private: zlib >= 1.2.3
+Libs: -L${libdir} @TCL_LIB_FLAG@ @TCL_STUB_LIB_FLAG@
+Libs.private: @TCL_LIBS@
Cflags: -I${includedir}