mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:37:36 +00:00
Ports: Add glib version 2.69.0
This commit is contained in:
parent
cb10c62327
commit
df176ca2d9
17 changed files with 562 additions and 0 deletions
27
Ports/glib/patches/0002-use-glib-in-built-C_IN.patch
Normal file
27
Ports/glib/patches/0002-use-glib-in-built-C_IN.patch
Normal file
|
@ -0,0 +1,27 @@
|
|||
From a88e13c5461e50ddcad4b8ebeae8d15cee64368b Mon Sep 17 00:00:00 2001
|
||||
From: Kenneth Myhra <kennethmyhra@gmail.com>
|
||||
Date: Thu, 12 Aug 2021 20:22:35 +0200
|
||||
Subject: [PATCH 02/12] gio/meson.build: Use glib's in-built C_IN
|
||||
|
||||
Since we do not have C_IN and glib has functionality for providing it,
|
||||
let glib provide it.
|
||||
---
|
||||
gio/meson.build | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/gio/meson.build b/gio/meson.build
|
||||
index 49a37a7..b4ba866 100644
|
||||
--- a/gio/meson.build
|
||||
+++ b/gio/meson.build
|
||||
@@ -13,7 +13,7 @@ gnetworking_h_conf = configuration_data()
|
||||
|
||||
gnetworking_h_nameser_compat_include = ''
|
||||
|
||||
-if host_system not in ['windows', 'android']
|
||||
+if host_system not in ['windows', 'android', 'serenity']
|
||||
# Don't check for C_IN on Android since it does not define it in public
|
||||
# headers, we define it ourselves wherever necessary
|
||||
if not cc.compiles('''#include <sys/types.h>
|
||||
--
|
||||
2.25.1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue