[gnome-software: 4/11] build: Expose libgnomesoftware dependencies internally
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 4/11] build: Expose libgnomesoftware dependencies internally
- Date: Thu, 10 Jun 2021 12:20:05 +0000 (UTC)
commit a480d42c5b530ad57d8f8499479665fbc5e6caff
Author: Philip Withnall <pwithnall endlessos org>
Date: Wed May 19 14:23:39 2021 +0100
build: Expose libgnomesoftware dependencies internally
They were accidentally not included in the internal Meson `dependency()`
object used to represent libgnomesoftware when building various
components within gnome-software.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
lib/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/lib/meson.build b/lib/meson.build
index e0a254b3d..300ae5b13 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -104,7 +104,8 @@ libgnomesoftware = library(
libgnomesoftware_dep = declare_dependency(link_with : libgnomesoftware,
sources : libgnomesoftware_enums,
- include_directories : libgnomesoftware_include_directories
+ include_directories : libgnomesoftware_include_directories,
+ dependencies: librarydeps,
)
pkg = import('pkgconfig')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]