[gnome-text-editor] build: no update_desktop_database on mac/win
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-text-editor] build: no update_desktop_database on mac/win
- Date: Thu, 3 Feb 2022 01:45:33 +0000 (UTC)
commit 36cb49a033b07ffc53b5cc27b380da71895f46c6
Author: Christian Hergert <chergert redhat com>
Date: Wed Feb 2 17:45:28 2022 -0800
build: no update_desktop_database on mac/win
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index b269fa4..e0d3c8c 100644
--- a/meson.build
+++ b/meson.build
@@ -170,5 +170,5 @@ configure_file(
gnome.post_install(
gtk_update_icon_cache: true,
glib_compile_schemas: true,
- update_desktop_database: true,
+ update_desktop_database: host_machine.system() not in ['darwin', 'windows'],
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]