[rygel] build: Add glib to common dependencies



commit 65ebcac5574dc6641eced991a1effe1f320cfbc0
Author: Jens Georg <mail jensge org>
Date:   Sat Oct 5 11:03:28 2019 +0200

    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(-)
---
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]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]