lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master d98ebe29 1/8: Update wxWidgets to v3.2.0 pre-


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d98ebe29 1/8: Update wxWidgets to v3.2.0 pre-release
Date: Thu, 30 Jun 2022 11:14:15 -0400 (EDT)

branch: master
commit d98ebe292c75563a58de2131291163d02a2222ac
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Update wxWidgets to v3.2.0 pre-release
    
    This version significantly improves high DPI support and has many other
    bug fixes.
    
    As one of the consequences, we don't need to do anything to fix TIFF
    submodule build with the latest MinGW any longer.
---
 .github/workflows/ci.yml | 9 ---------
 third_party/wx           | 2 +-
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f94abff1..5c10861b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -212,15 +212,6 @@ jobs:
             echo
           fi
 
-      - name: Fix up TIFF submodule
-        run: |
-          cd third_party/wx
-          git fetch https://github.com/let-me-illustrate/wx.git master
-          git cherry-pick -n 3be68008319160e6f08153afdeffe6461250cd91
-          cd src/tiff
-          git fetch origin
-          git switch --detach af035310bddac3e2f58ae0a330bc6ef168e180f1
-
       - name: Cache downloaded archives
         uses: actions/cache@v2
         with:
diff --git a/third_party/wx b/third_party/wx
index efd7bf88..964a7d2e 160000
--- a/third_party/wx
+++ b/third_party/wx
@@ -1 +1 @@
-Subproject commit efd7bf881e9b5fceca6ceaf1edba072a56de971b
+Subproject commit 964a7d2e4f859112e32bdfce8520b95fd1587f85



reply via email to

[Prev in Thread] Current Thread [Next in Thread]