summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-04-01 08:45:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-04-01 08:45:44 (GMT)
commit514b26e27ddb212dd221f960ad4c3be5771057ec (patch)
treeadf218c7ab2676c32eef77eef78aad0ffd32e8b6 /unix
parentadd0e11a310c0437e1971c140b1048aa3489a87e (diff)
parent1d434ddb82b45ec08bb69d115094f3e9f66fde1e (diff)
downloadtk-514b26e27ddb212dd221f960ad4c3be5771057ec.zip
tk-514b26e27ddb212dd221f960ad4c3be5771057ec.tar.gz
tk-514b26e27ddb212dd221f960ad4c3be5771057ec.tar.bz2
Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools token @TK_LIBS@ in pkgconfig file
Diffstat (limited to 'unix')
-rw-r--r--unix/tk.pc.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/unix/tk.pc.in b/unix/tk.pc.in
index d84a1cf..d3f590f 100644
--- a/unix/tk.pc.in
+++ b/unix/tk.pc.in
@@ -9,7 +9,6 @@ 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:
-Conflicts:
-Libs: -L${libdir} @TK_LIBS@
+Requires: tcl
+Libs: -L${libdir} @TK_LIB_FLAG@ @XFT_LIBS@ @XLIBSW@
Cflags: -I${includedir}