16 lines
457 B
PkgConfig
16 lines
457 B
PkgConfig
# 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.5
|
|
Libs: -L${libdir} @TK_LIB_FLAG@
|
|
Libs.private: @XFT_LIBS@ @XLIBSW@
|
|
Cflags: -I${includedir}
|