summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-10-05 11:03:28 +0200
committerJens Georg <mail@jensge.org>2019-10-05 11:03:30 +0200
commit65ebcac5574dc6641eced991a1effe1f320cfbc0 (patch)
tree256746aa3a3715b9315c412324069a0262ba84ba
parent974c573a5fd80811d954ba05cacbc6caecbfd181 (diff)
downloadrygel-65ebcac5574dc6641eced991a1effe1f320cfbc0.tar.gz
build: Add glib to common dependencies
Fixes explicit --target-glib 2.44 being used everywhere
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e14d5e33..bf3e1eb7 100644
--- a/meson.build
+++ b/meson.build
@@ -121,7 +121,7 @@ unistring = cc.find_library('unistring', required: false)
u8_strcoll_available = cc.has_function('u8_strcoll', dependencies: unistring)
conf.set10('HAVE_UNISTRING', u8_strcoll_available)
-common_deps = [gupnp, gee]
+common_deps = [glib, gupnp, gee]
core_deps = common_deps + [gssdp, gio, gmodule, libxml, posix, math]
renderer_deps = common_deps + [gupnp_av, soup]