From 65ebcac5574dc6641eced991a1effe1f320cfbc0 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 5 Oct 2019 11:03:28 +0200 Subject: build: Add glib to common dependencies Fixes explicit --target-glib 2.44 being used everywhere --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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] -- cgit v1.2.1