From 726a92200f6f51c979ac36457e74ff1da5e67ace Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 6 May 2022 23:48:40 -0400 Subject: [PATCH] Install gtk4-node-editor It is an application worth having around. --- demos/node-editor/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/node-editor/meson.build b/demos/node-editor/meson.build index 9b1e1a1653..03489f3f75 100644 --- a/demos/node-editor/meson.build +++ b/demos/node-editor/meson.build @@ -19,7 +19,7 @@ executable('gtk4-node-editor', ] + common_cflags, win_subsystem: 'windows', link_args: extra_demo_ldflags, - install: false, + install: true, ) # icons