summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-06-26 22:13:54 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-06-26 22:13:54 +0200
commit39864e7c2195051f7454c7ad62ced513fbc91aef (patch)
tree3315a6812facdc967252bf5ae4e91aceb26adfdf /meson.build
parentf316c8919bfcbe2534271e9729084342db3cc9c6 (diff)
downloadgcr-39864e7c2195051f7454c7ad62ced513fbc91aef.tar.gz
Remove org.gnome.crypto.pgp schema
The only known consumer is Seahorse, which should either just ship it itself, or it would need to learn to parse e.g. gpg.conf
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 1a3aa74..339831b 100644
--- a/meson.build
+++ b/meson.build
@@ -117,7 +117,6 @@ subdir('po')
subdir('egg')
subdir('gck')
subdir('gcr')
-subdir('schema')
if get_option('gtk3')
subdir('gcr-gtk3')
endif
@@ -136,5 +135,4 @@ endif
# Post-install scripts
gnome.post_install(
gtk_update_icon_cache: get_option('gtk3'),
- glib_compile_schemas: true,
)