16 lines
550 B
PkgConfig
16 lines
550 B
PkgConfig
# tk pkg-config source file
|
|
|
|
prefix=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env
|
|
exec_prefix=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env
|
|
libdir=/home/ton/.julia/dev/ImageUtils/.CondaPkg/env/lib
|
|
includedir=${prefix}/include
|
|
|
|
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: https://www.tcl-lang.org/
|
|
Version: 8.6.12
|
|
Requires: tcl >= 8.6
|
|
Libs: -L${libdir} -ltk8.6 -ltkstub8.6
|
|
Libs.private: -lX11
|
|
Cflags: -I${includedir}
|