[rygel/wip/meson: 13/28] fixup! meson: Add librygel-db
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/meson: 13/28] fixup! meson: Add librygel-db
- Date: Sun, 21 May 2017 17:59:54 +0000 (UTC)
commit 5ea77cd5970aabb04708078734d69d74be749218
Author: Jens Georg <mail jensge org>
Date: Sun May 21 06:34:19 2017 +0200
fixup! meson: Add librygel-db
meson.build | 1 +
src/librygel-db/meson.build | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 3d63fb0..ebe742a 100644
--- a/meson.build
+++ b/meson.build
@@ -65,6 +65,7 @@ renderer_deps = common_deps + [gupnp_av, soup]
server_deps = common_deps + [gssdp, gupnp_av, soup, mediaart, gmodule, libxml]
media_engine_gst_dep = [gee, gupnp_av, libxml, gio, gstreamer, gstreamer_pbu,
gstreamer_base, gupnp_dlna]
+db_deps = common_deps + [gupnp_av, gio, sqlite, unistring]
configure_file(output: 'config.h', configuration: conf)
diff --git a/src/librygel-db/meson.build b/src/librygel-db/meson.build
index 9e44f97..3e57629 100644
--- a/src/librygel-db/meson.build
+++ b/src/librygel-db/meson.build
@@ -7,7 +7,7 @@ db_sources = [
]
db_lib = library('rygel-db-2.6', db_sources,
- dependencies : db_deps,
+ dependencies : db_deps + [rygel_core],
include_directories: [config_include, include_directories('.')],
version: '2.0.4',
vala_header : 'rygel-db.h',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]