Import Tk 8.5.15 (as of svn r89086)
This commit is contained in:
15
unix/tk.pc.in
Normal file
15
unix/tk.pc.in
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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@
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} @TK_LIBS@
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user