[file-roller/wip/jtojnar/gtk4: 2/3] wip: Track deprections
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller/wip/jtojnar/gtk4: 2/3] wip: Track deprections
- Date: Sun, 12 Dec 2021 22:22:25 +0000 (UTC)
commit 7da0349f7a045e290dcefde0169e7c2a81cafff3
Author: Jan Tojnar <jtojnar gmail com>
Date: Sun Dec 12 10:53:26 2021 +0100
wip: Track deprections
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]