mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:59:10 +08:00
58c4dfaa89
* [gtk, gtk3] Fix install gschemas.compiled of glib-2.0 * update version * Revert changes of gtk3 and disable install gschemas.compiled by gtk * update version * Update gtk3.json
14 lines
305 B
Diff
14 lines
305 B
Diff
diff --git a/meson.build b/meson.build
|
|
index 5efd8a9..d51af19 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -857,7 +857,7 @@ subdir('po')
|
|
|
|
subdir('docs/reference')
|
|
|
|
-if not meson.is_cross_build()
|
|
+if false
|
|
gnome.post_install(
|
|
glib_compile_schemas: true,
|
|
gio_querymodules: gio_module_dirs,
|