[gobject-introspection] tests: revert building Bar-1.0.gir



commit 51b74a82c9e2517a4786be84cefba5960f7ecb99
Author: Christoph Reiter <reiter christoph gmail com>
Date:   Tue Jan 1 02:14:52 2019 +0100

    tests: revert building Bar-1.0.gir
    
    It broke continuous
    https://build.gnome.org/continuous/buildmaster/builds/2019/01/01/0/build/log-gobject-introspection.txt

 tests/scanner/meson.build | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)
---
diff --git a/tests/scanner/meson.build b/tests/scanner/meson.build
index 3cc1a49b..0d9cc85e 100644
--- a/tests/scanner/meson.build
+++ b/tests/scanner/meson.build
@@ -126,32 +126,7 @@ if glib_dep.type_name() == 'pkgconfig'
     ]
   )
 
-  test_girs += custom_target('gir-bar',
-    input: ['barapp.c', 'barapp.h'],
-    output: 'Bar-1.0.gir',
-    depends: [barapp_lib] + typelibs,
-    command: [
-      python,
-      girscanner,
-      '--output=@OUTPUT@',
-      '--no-libtool',
-      '--reparse-validate',
-      '--add-include-path', join_paths(meson.source_root(), 'gir'),
-      '--add-include-path', join_paths(meson.build_root(), 'gir'),
-      '--warn-all',
-      '--warn-error',
-      '--namespace=Bar',
-      '--nsversion=1.0',
-      '--include=GObject-2.0',
-      '--pkg=gobject-2.0',
-      '--library=barapp-1.0',
-      '--accept-unprefixed',
-      '-L', meson.current_build_dir(),
-      '-I', meson.current_source_dir(),
-      '-I', join_paths(meson.current_source_dir(), '..'),
-      '@INPUT@',
-    ]
-  )
+  # FIXME: Bar-1.0.gir
 
   test_girs += custom_target('gir-sletter',
     input: ['sletter.c', 'sletter.h'],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]