diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-04-01 08:45:44 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2014-04-01 08:45:44 (GMT) |
commit | a6257be7a7c3bbcf96e57b44498d799e3ef10dfd (patch) | |
tree | adf218c7ab2676c32eef77eef78aad0ffd32e8b6 /unix | |
parent | b83da1281e81432e4980f98bde8d5ec5acd318a0 (diff) | |
parent | 1bb9cd7086bad803ca034d55c4eecc5779a8e69c (diff) | |
download | tk-a6257be7a7c3bbcf96e57b44498d799e3ef10dfd.zip tk-a6257be7a7c3bbcf96e57b44498d799e3ef10dfd.tar.gz tk-a6257be7a7c3bbcf96e57b44498d799e3ef10dfd.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.in | 5 |
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} |