mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-29 15:22:11 +02:00
14 lines
375 B
Diff
14 lines
375 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 38d23ed61c..68dea864a0 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -799,7 +799,7 @@ subdir('docs/tools')
|
|
subdir('docs/reference')
|
|
|
|
if not meson.is_cross_build()
|
|
- if meson.version().version_compare('>=0.57.0')
|
|
+ if false
|
|
gnome.post_install(
|
|
glib_compile_schemas: true,
|
|
gio_querymodules: gio_module_dirs,
|