simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sun Sep 8 19:09:27 BST 2024
TL;DR:
109c60b3 Fix build failure on Debian bullseye from last commit.
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: 2024-09-08 19:09:27
commit 109c60b3bf8cd0ec0daf6e52ef181abe8801e3a3
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=109c60b3bf8cd0ec0daf6e52ef181abe8801e3a3;hp=52bb6a3fe25c3f31d476291c197180c0f567e102
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Sep 8 19:02:44 2024 +0100
Fix build failure on Debian bullseye from last commit.
Jacob reports that bullseye objected to the change from
G_APPLICATION_FLAGS_NONE to G_APPLICATION_DEFAULT_FLAGS, on the
grounds that it only has the former defined. Sigh. Added a cmake
check.
cmake/cmake.h.in | 1 +
cmake/gtk.cmake | 4 ++++
unix/gtkcompat.h | 4 ++++
unix/main-gtk-application.c | 1 +
4 files changed, 10 insertions(+)
More information about the tartarus-commits
mailing list