simon-git: putty (pre-0.78): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon Sep 19 20:30:43 BST 2022


TL;DR:
  9fcfd679 Stop trying to include X11 headers in non-GTK builds.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: pre-0.78
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2022-09-19 20:30:43

commit 9fcfd679b49a015e95f70b3f0380243e0db8b035
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=9fcfd679b49a015e95f70b3f0380243e0db8b035;hp=864b4c27fa67a95b2daa095923878bdba9fc6fcf
Author: Simon Tatham <anakin at pobox.com>
Date:   Mon Sep 19 20:21:01 2022 +0100

    Stop trying to include X11 headers in non-GTK builds.
    
    In commit 732ec31a17a7fea I made the check for libX11 conditional on
    GTK - but I forgot that if we're building without GTK, I should
    _define_ NOT_X_WINDOWS, rather than leaving it undefined. As a result,
    the build would fail on files like unix/utils/x11_ignore_error.c.

 cmake/platforms/unix.cmake | 4 ++++
 1 file changed, 4 insertions(+)



More information about the tartarus-commits mailing list