simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Wed Jul 26 08:17:56 BST 2023
TL;DR:
d5b2fd9d Unix: conditionalise test_lineedit and test_terminal.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2023-07-26 08:17:56
commit d5b2fd9d2f4b02dfda5897524eeb3753d20d0ede
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=d5b2fd9d2f4b02dfda5897524eeb3753d20d0ede;hp=5acaf757cf5279822545076aa1808bada2bc87fd
Author: Simon Tatham <anakin at pobox.com>
Date: Wed Jul 26 08:11:29 2023 +0100
Unix: conditionalise test_lineedit and test_terminal.
If we don't have GTK enabled in the build, then lots of important
stuff never gets added to the 'guiterminal' build-time object library,
without which these terminal-using programs can't link successfully,
even though they don't actually use GTK.
I could add yet more stub functions, but I don't think that's really
necessary - it doesn't seem like a serious inconvenience that you can
only test the terminal on a platform where you can also build real
applications that include it. So I've just moved those two executable
file definitions inside the Big If that conditionalises PuTTY and
pterm themselves.
unix/CMakeLists.txt | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
More information about the tartarus-commits
mailing list