[gcr/nielsdg/pkcs11-drop-stuff: 2/2] gck: Drop pkcs11.vapi




commit 50f3f5c9df95d8d3d2249877763290c66090c867
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Fri Jun 24 16:42:46 2022 +0200

    gck: Drop pkcs11.vapi
    
    It's a Vala-specific thing, and since the header file is coming from
    p11-kit (see also the previous commit), there's always a chance we ship
    an outdated version.
    
    Projects that were relying on the VAPI file should probably have their
    own copy, or someone should put it in vala-extra-vapis.

 gck/meson.build |  4 ----
 gck/pkcs11.vapi | 48 ------------------------------------------------
 2 files changed, 52 deletions(-)
---
diff --git a/gck/meson.build b/gck/meson.build
index 29228ce6..aa6e9417 100644
--- a/gck/meson.build
+++ b/gck/meson.build
@@ -147,10 +147,6 @@ if get_option('introspection')
       packages: [ 'glib-2.0', 'gio-2.0' ],
       install: true,
     )
-
-    install_data('pkcs11.vapi',
-      install_dir: get_option('datadir') / 'vala' / 'vapi',
-    )
   endif
 endif
 


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