Xpra-org / gtk-osx-build

Build setup to help building the Mac OS X port of GTK+
http://gtk-osx.sourceforge.net/
0 stars 2 forks source link

bump minimum requirements #26

Closed totaam closed 9 months ago

totaam commented 1 year ago

As per https://endoflife.date/macos, only MacOS 11 (aka "Big Sur") is still supported. So we should bump the SDK minimum requirements to 10.15 or 11.

totaam commented 1 year ago

New issues (because, of course there's more):

Strangely enough, none of the other modules using Python have hit these errors, so it must be some autotools detection magic gone wrong in these two related packages.

Then much later:

totaam commented 9 months ago

We now require 12 for both x86_64 and arm64: https://github.com/Xpra-org/gtk-osx-build/blob/1aa8aba30a3ed2d939987af1b92453ef25e447d7/jhbuildrc-custom#L3

The remaining issues are tracked in #27