mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
Submitted by: Greg V <greg@unrelenting.technology> Differential Revision: https://reviews.freebsd.org/D25899
11 lines
402 B
Text
11 lines
402 B
Text
--- meson.build.orig 2020-08-01 21:12:12 UTC
|
|
+++ meson.build
|
|
@@ -23,7 +23,7 @@ configure_file(input: 'webp-pixbuf.thumbnailer.in',
|
|
install: true,
|
|
install_dir: get_option('datadir') / 'thumbnailers')
|
|
|
|
-meson.add_install_script(gdk_pb_query_loaders.path(), '--update-cache')
|
|
+# meson.add_install_script(gdk_pb_query_loaders.path(), '--update-cache')
|
|
|
|
subdir('tests')
|
|
|