vcpkg/ports/gtk/0001-build.patch
Lily Wang 58c4dfaa89
[gtk/gtk3] Fix install gschemas.compiled of glib-2.0 (#33253)
* [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
2023-08-22 13:04:41 -07:00

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,