diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-05-06 23:48:40 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-05-07 07:18:36 -0400 |
commit | 726a92200f6f51c979ac36457e74ff1da5e67ace (patch) | |
tree | f4bb9ec0d20ace770b872f89393da213ca7037f0 /demos/node-editor | |
parent | f9afee0667f8766c07a6bf2ac3b1aa42bde95e21 (diff) | |
download | gtk+-726a92200f6f51c979ac36457e74ff1da5e67ace.tar.gz |
Install gtk4-node-editor
It is an application worth having around.
Diffstat (limited to 'demos/node-editor')
-rw-r--r-- | demos/node-editor/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |