[file-roller/wip/jtojnar/gtk4: 1/3] wip: Track deprecations
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller/wip/jtojnar/gtk4: 1/3] wip: Track deprecations
- Date: Sun, 12 Dec 2021 22:26:16 +0000 (UTC)
commit 83e779b44687e737b54751ece969d66766d89178
Author: Jan Tojnar <jtojnar gmail com>
Date: Sun Dec 12 10:53:26 2021 +0100
wip: Track deprecations
meson.build | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index c1b9ce4d..6be111ac 100644
--- a/meson.build
+++ b/meson.build
@@ -95,7 +95,11 @@ config_inc = include_directories('.')
# C args
-c_args = [ '-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38' ]
+c_args = [
+ '-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_38',
+ '-DGDK_DISABLE_DEPRECATED',
+ '-DGTK_DISABLE_DEPRECATED',
+]
if get_option('buildtype').contains('debug')
test_args = [
'-Wall',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]