-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Update GLib to 2.75.2. - Update libheif to 1.14.2. MXE Updates: - Update Poppler to 23.01.0.
- Loading branch information
Showing
10 changed files
with
29 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ diff --git a/meson.build b/meson.build | |
index 1111111..2222222 100644 | ||
--- a/meson.build | ||
+++ b/meson.build | ||
@@ -2097,11 +2097,11 @@ if libintl.found() | ||
@@ -2101,11 +2101,11 @@ if libintl.found() | ||
# | ||
# Meson's builtin dependency lookup as of 0.60.0 doesn't check for | ||
# pthread, so we do this manually here. | ||
|
@@ -29,15 +29,15 @@ index 1111111..2222222 100644 | |
libintl_deps += [libintl, libintl_pthread] | ||
else | ||
libintl = disabler() | ||
@@ -2110,7 +2110,7 @@ if libintl.found() | ||
@@ -2114,7 +2114,7 @@ if libintl.found() | ||
endif | ||
|
||
if libintl.found() | ||
- have_bind_textdomain_codeset = cc.has_function('bind_textdomain_codeset', dependencies: libintl_deps) | ||
+ have_bind_textdomain_codeset = cc.has_function('bind_textdomain_codeset', prefix: '#include <libintl.h>', dependencies: libintl_deps) | ||
else | ||
libintl = subproject('proxy-libintl').get_variable('intl_dep') | ||
libintl_deps = [libintl] | ||
libintl = dependency('intl', allow_fallback: true) | ||
assert(libintl.type_name() == 'internal') | ||
|
||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Kleis Auke Wolthuizen <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters