comment here

This commit is contained in:
ton
2023-03-18 20:03:34 +07:00
commit 4553a0a589
14513 changed files with 2685043 additions and 0 deletions

15
.CondaPkg/env/lib/pkgconfig/tk.pc vendored Normal file
View File

@@ -0,0 +1,15 @@
# 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}