diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-14 17:35:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-03-14 17:35:03 (GMT) |
commit | a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71 (patch) | |
tree | 42819733e890e8acb0081b6bd1f25f1bd74980ff /unix/tk.pc.in | |
parent | 0cc374250b55b7362e02c5a8720ae9e06cbec14f (diff) | |
download | tk-a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71.zip tk-a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71.tar.gz tk-a474bf6e2d0ac0e54ff12f9f4ac73069c920aa71.tar.bz2 |
Added support for reporting TEA-like info via pkg-config. [Patch 2243962]
Diffstat (limited to 'unix/tk.pc.in')
-rw-r--r-- | unix/tk.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/unix/tk.pc.in b/unix/tk.pc.in new file mode 100644 index 0000000..01d3b0c --- /dev/null +++ b/unix/tk.pc.in @@ -0,0 +1,16 @@ +# tk pkg-config source file +# $Id: tk.pc.in,v 1.1 2009/03/14 17:35:03 dkf Exp $ + +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@ +Requires: +Conflicts: +Libs: -L${libdir} @TK_LIBS@ +Cflags: -I${includedir} |