[gimp/meson: 12/128] Remove verbose warning ; fix missing dependency



commit 5caf38d4be9af27f7620e7acc4685b90a54176f3
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]