Introduce meta-agl-profile-core and meta-agl-profile-graphics
[AGL/meta-agl.git] / meta-agl-profile-demo / recipes-connectivity / rygel / files / 0001-Fix-missing-link-to-unistring-for-lms-plugin.patch
1 From 10602ca53b1c1231e96d8d446904617528c11dae Mon Sep 17 00:00:00 2001
2 From: Ronan Le Martret <ronan.lemartret@iot.bzh>
3 Date: Mon, 13 Mar 2017 15:31:41 +0100
4 Subject: [PATCH] Fix missing link to unistring for lms plugin
5
6 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
7 ---
8  configure.ac | 4 ++++
9  1 file changed, 4 insertions(+)
10
11 diff --git a/configure.ac b/configure.ac
12 index c5cbc00..2f7dc78 100644
13 --- a/configure.ac
14 +++ b/configure.ac
15 @@ -248,6 +248,10 @@ AS_IF([test "x$enable_lms_plugin" = "xyes"],
16                         gio-2.0 >= $GIO_REQUIRED
17                         sqlite3 >= $LIBSQLITE3_REQUIRED])
18      RYGEL_PLUGIN_LMS_DEPS_VALAFLAGS="$RYGEL_COMMON_MODULES_VALAFLAGS --pkg gio-2.0 --pkg gee-0.8 --pkg sqlite3"
19 +    AS_IF([test "x$have_unistring" = "xyes"],
20 +      [
21 +        RYGEL_PLUGIN_LMS_DEPS_LIBS="$RYGEL_PLUGIN_LMS_DEPS_LIBS -lunistring"
22 +      ])
23      AC_SUBST([RYGEL_PLUGIN_LMS_DEPS_VALAFLAGS])
24    ])
25  
26 -- 
27 2.6.6
28