mirror of
https://github.com/git/git.git
synced 2026-01-11 13:23:12 +09:00
In a recent commit, the minimum version of Tcl/Tk was raised to 8.6, but the "app" relies on the system provided Framework that is based on 8.5. Remove it, and let git-gui use a third party version of Wish if available. Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com> Signed-off-by: Johannes Sixt <j6t@kdbg.org>
7 lines
170 B
Plaintext
7 lines
170 B
Plaintext
GITGUI_GITEXECDIR=@GITGUI_GITEXECDIR@
|
|
GITGUI_LIBDIR=@GITGUI_LIBDIR@
|
|
GITGUI_RELATIVE=@GITGUI_RELATIVE@
|
|
SHELL_PATH=@SHELL_PATH@
|
|
TCLTK_PATH=@TCLTK_PATH@
|
|
TCL_PATH=@TCL_PATH@
|