summaryrefslogtreecommitdiff
path: root/subprojects
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2020-05-10 21:30:38 +0200
committerPeter Seiderer <ps.report@gmx.net>2020-05-10 22:07:00 +0200
commit85adf26ba3fc815bfe27bb390ced56278331546c (patch)
tree12de74a65a456efcf591d6bb74d3f6c98eacba8a /subprojects
parentad3fb713db1abbc435d8445ee9c3abe4dd5ea59f (diff)
downloadgupnp-85adf26ba3fc815bfe27bb390ced56278331546c.tar.gz
build: add libuuid dependency from guul (fixes static linking)
Fixes: /usr/lib/libgupnp-1.2.a(guul.c.o): in function `guul_get_uuid': guul.c:(.text+0x20): undefined reference to `uuid_generate' Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Diffstat (limited to 'subprojects')
-rw-r--r--subprojects/guul/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/guul/meson.build b/subprojects/guul/meson.build
index aea40c4..cc1a498 100644
--- a/subprojects/guul/meson.build
+++ b/subprojects/guul/meson.build
@@ -29,5 +29,6 @@ guul_lib = static_library(
guul = declare_dependency (
link_with : guul_lib,
+ dependencies : dependencies,
include_directories: include_directories('.')
)