summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBobby Rong <[email protected]>2024-08-03 20:48:42 +0800
committerLuke from DC <[email protected]>2024-08-03 17:58:19 +0000
commit99c7f79ded93e50f6449fba599e3b212ce7e3abb (patch)
treed7392b7db784f7f937ab1abd07771e79c5b924bf /meson.build
parentd884cf3135c1ea29141e54fee8b54eb7b04f1492 (diff)
downloadlibmatekbd-99c7f79ded93e50f6449fba599e3b212ce7e3abb.tar.bz2
libmatekbd-99c7f79ded93e50f6449fba599e3b212ce7e3abb.tar.xz
meson: Compile gsettings schemasHEADmaster
Same as https://github.com/mate-desktop/mate-wayland-session/commit/9bc03ecd9cfdb7ba16a76fa6a569982222d3d422. Since we install the org.mate.peripherals-keyboard-xkb gschemas here, it makes sense for us to do that. This is also done in autotools build via @GSETTINGS_RULES@.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 17e41bd..1a6f1d2 100644
--- a/meson.build
+++ b/meson.build
@@ -57,3 +57,5 @@ subdir('po')
if get_option('tests')
subdir('test')
endif
+
+meson.add_install_script('meson-postinstall.sh')