-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use vcpkg_from_gitlab()
- Loading branch information
Showing
7 changed files
with
18 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
diff --git a/meson.build b/meson.build | ||
index a886081..1568783 100644 | ||
index c599843..0cafd79 100644 | ||
--- a/meson.build | ||
+++ b/meson.build | ||
@@ -981,12 +981,12 @@ subdir('docs/reference') | ||
install_data('m4macros/gtk-3.0.m4', install_dir: join_paths(get_option('datadir'), 'aclocal')) | ||
@@ -1008,7 +1008,7 @@ subdir('docs/reference') | ||
|
||
# Keep this in sync with post-install.py expected arguments | ||
-meson.add_install_script('build-aux/meson/post-install.py', | ||
- gtk_api_version, | ||
- gtk_binary_version, | ||
- join_paths(gtk_prefix, get_option('bindir')), | ||
- gtk_libdir, | ||
- gtk_datadir) | ||
+#meson.add_install_script('build-aux/meson/post-install.py', | ||
+# gtk_api_version, | ||
+# gtk_binary_version, | ||
+# join_paths(gtk_prefix, get_option('bindir')), | ||
+# gtk_libdir, | ||
+# gtk_datadir) | ||
install_data('m4macros/gtk-3.0.m4', install_dir: join_paths(get_option('datadir'), 'aclocal')) | ||
|
||
if host_machine.system() != 'windows' | ||
# Install Valgrind suppression files (except on Windows, | ||
-if not meson.is_cross_build() | ||
+if false | ||
if meson.version().version_compare('>=0.57.0') | ||
gnome.post_install( | ||
glib_compile_schemas: true, |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.