[gtk-frdp/build-examples-optionally: 2/2] examples: Install examples
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-frdp/build-examples-optionally: 2/2] examples: Install examples
- Date: Mon, 12 Jul 2021 13:48:52 +0000 (UTC)
commit 7ce17bea7d77e745934a396cb309cf2fabdd1fa8
Author: Felipe Borges <felipeborges gnome org>
Date: Mon Jul 12 15:44:59 2021 +0200
examples: Install examples
Since the "examples" are now built optionally, we can install them
in case they are built.
This will be useful when we will have a Flatpak build of the examples
allowing us to develop this library entirely with Flatpak.
examples/meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/examples/meson.build b/examples/meson.build
index a21af33..03591fe 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -4,6 +4,7 @@ example_application_sources = [
example_application = executable('gtk-frdp-viewer', example_application_sources,
dependencies: gtk_frdp_dep,
+ install: true
)
vala_args = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]