[Spice-commits] meson.build
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Wed Sep 26 19:23:29 UTC 2018
meson.build | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit ee136f00509b8a8aa2c92cb345503334414ca678
Author: Eduardo Lima (Etrunko) <etrunko at redhat.com>
Date: Tue Sep 25 10:58:16 2018 -0300
meson: Add declare_dependency statement
This is required in the case another project uses this one as a subproject
Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
Acked-by: Victor Toso <victortoso at redhat.com>
diff --git a/meson.build b/meson.build
index 31531e2..55cef0c 100644
--- a/meson.build
+++ b/meson.build
@@ -8,6 +8,8 @@ project('spice-protocol', 'c',
subdir('spice')
+spice_protocol_dep = declare_dependency(include_directories : include_directories('.'))
+
#
# spice-protocol.pc generation
#
More information about the Spice-commits
mailing list