[gtk+/wip/meson: 56/73] meson: demos: disable add_install_script() calls that don't work right yet
- From: Tim-Philipp Müller <tpm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/meson: 56/73] meson: demos: disable add_install_script() calls that don't work right yet
- Date: Wed, 22 Mar 2017 09:36:47 +0000 (UTC)
commit 362debde77eb9a3bf639810d952a46ef618d1418
Author: Tim-Philipp Müller <tim centricular com>
Date: Sun Mar 19 14:22:33 2017 +0000
meson: demos: disable add_install_script() calls that don't work right yet
Errors out. Might really wants a script and not a binary.
demos/gtk-demo/meson.build | 9 +++++----
demos/widget-factory/meson.build | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/demos/gtk-demo/meson.build b/demos/gtk-demo/meson.build
index dafafe3..b6dcb5a 100644
--- a/demos/gtk-demo/meson.build
+++ b/demos/gtk-demo/meson.build
@@ -124,10 +124,11 @@ endforeach
# TODO: uninstall script, once we have an uninstall target (Meson issue)
# TODO: should we be able to pass a locally-built exe here? (Meson issue)
if not meson.is_cross_build() or meson.has_exe_wrapper()
- meson.add_install_script(gtk_update_icon_cache.full_path(),
- '--ignore-theme-index',
- '--force',
- icontheme_dir)
+ # FIXME: this errors out, probably needs to be done differently or with wrapper script
+ #meson.add_install_script(gtk_update_icon_cache.full_path(),
+ # '--ignore-theme-index',
+ # '--force',
+ # icontheme_dir)
endif
# desktop file
diff --git a/demos/widget-factory/meson.build b/demos/widget-factory/meson.build
index ab1f26a..7200eba 100644
--- a/demos/widget-factory/meson.build
+++ b/demos/widget-factory/meson.build
@@ -30,8 +30,9 @@ foreach icon_size : ['16x16', '22x22', '24x24', '32x32', '48x48', '256x256']
endforeach
if not meson.is_cross_build() or meson.has_exe_wrapper()
- meson.add_install_script(gtk_update_icon_cache.full_path(),
- '--ignore-theme-index',
- '--force',
- icontheme_dir)
+ # FIXME: this errors out, probably needs to be done differently or with wrapper script
+ #meson.add_install_script(gtk_update_icon_cache.full_path(),
+ # '--ignore-theme-index',
+ # '--force',
+ # icontheme_dir)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]