diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-12-21 22:13:18 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-12-21 22:13:18 (GMT) |
commit | 07e464099b99459d0a37757771791598ef3395d9 (patch) | |
tree | 4ba7d8aad13735e52f59bdce7ca5ba3151ebd7e3 /tk8.6/unix/tk.pc.in | |
parent | deb3650e37f26f651f280e480c4df3d7dde87bae (diff) | |
download | blt-07e464099b99459d0a37757771791598ef3395d9.zip blt-07e464099b99459d0a37757771791598ef3395d9.tar.gz blt-07e464099b99459d0a37757771791598ef3395d9.tar.bz2 |
new subtree for tcl/tk
Diffstat (limited to 'tk8.6/unix/tk.pc.in')
-rw-r--r-- | tk8.6/unix/tk.pc.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tk8.6/unix/tk.pc.in b/tk8.6/unix/tk.pc.in deleted file mode 100644 index 68f2130..0000000 --- a/tk8.6/unix/tk.pc.in +++ /dev/null @@ -1,15 +0,0 @@ -# tk pkg-config source file - -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -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@@TK_PATCH_LEVEL@ -Requires: tcl >= 8.6 -Libs: -L${libdir} @TK_LIB_FLAG@ @TK_STUB_LIB_FLAG@ -Libs.private: @XFT_LIBS@ @XLIBSW@ -Cflags: -I${includedir} |