summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2014-04-09 09:24:52 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2014-04-09 09:24:52 (GMT)
commite7958be493aa86c98788085b151e16adec14f2a5 (patch)
treebe5179eebb4f3de68bf71b03ecebd2cc239b5d24 /unix
parent1bb9cd7086bad803ca034d55c4eecc5779a8e69c (diff)
downloadtk-e7958be493aa86c98788085b151e16adec14f2a5.zip
tk-e7958be493aa86c98788085b151e16adec14f2a5.tar.gz
tk-e7958be493aa86c98788085b151e16adec14f2a5.tar.bz2
Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private".
Diffstat (limited to 'unix')
-rw-r--r--unix/tk.pc.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/unix/tk.pc.in b/unix/tk.pc.in
index d3f590f..a632bc8 100644
--- a/unix/tk.pc.in
+++ b/unix/tk.pc.in
@@ -8,7 +8,8 @@ includedir=@includedir@
Name: The Tk Toolkit
Description: Tk is a cross-platform graphical user interface toolkit, the standard GUI not only for Tcl, but for many other dynamic languages as well.
URL: http://www.tcl.tk/
-Version: @TK_VERSION@
-Requires: tcl
-Libs: -L${libdir} @TK_LIB_FLAG@ @XFT_LIBS@ @XLIBSW@
+Version: @TK_VERSION@@TK_PATCH_LEVEL@
+Requires: tcl >= 8.5
+Libs: -L${libdir} @TK_LIB_FLAG@
+Libs.private: @XFT_LIBS@ @XLIBSW@
Cflags: -I${includedir}