[gimp/meson: 12/127] Remove verbose warning ; fix missing dependency
- From: Félix Piédallu <fpiedallu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/meson: 12/127] Remove verbose warning ; fix missing dependency
- Date: Fri, 2 Feb 2018 16:00:46 +0000 (UTC)
commit 0b409049dca4b48cea1e1d1b0a7c38f4163f93cb
Author: Félix Piédallu <felix piedallu me>
Date: Thu Nov 9 14:53:21 2017 +0100
Remove verbose warning ; fix missing dependency
app/core/meson.build | 2 ++
meson.build | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/app/core/meson.build b/app/core/meson.build
index cbc76ca..3cc02e9 100644
--- a/app/core/meson.build
+++ b/app/core/meson.build
@@ -245,6 +245,8 @@ libappcore_sources = [
'gimpviewable.c',
appcoreenums,
appcoremarshal,
+ cursors_sources,
+ pickers_sources,
]
libappcore = static_library('appcore',
diff --git a/meson.build b/meson.build
index c06e11d..67eb3fe 100644
--- a/meson.build
+++ b/meson.build
@@ -735,7 +735,7 @@ add_project_arguments(
'-Wold-style-definition',
'-Wpointer-arith',
'-Wreturn-type',
- '-Wstrict-prototypes',
+ # '-Wstrict-prototypes',
'-Wtype-limits',
# '--omg-optimized',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]