From de0372f543e595966622c0c63a93fb994f92d022 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Mon, 15 Oct 2018 01:52:17 -0700 Subject: binding: telephony: add missing file to build scripts CMakeFiles was missing a few source files, and incomplete deps which was causing "undefined symbols" on load Change-Id: I76ee91d880ab7be10772d615a24871fca9586386 Signed-off-by: Matt Ranostay --- conf.d/app-templates | 2 +- conf.d/cmake/config.cmake | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'conf.d') diff --git a/conf.d/app-templates b/conf.d/app-templates index 76e12e7..210e7a7 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit 76e12e76c7065fb3440312af3e54eae9d40c5254 +Subproject commit 210e7a74326c5e01de42bcb3c2375db92a32a27c diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 1f7e645..3e8df2c 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -67,6 +67,8 @@ set (PKG_REQUIRED_LIST json-c libsystemd>=222 glib-2.0 + gio-unix-2.0 + gobject-2.0 afb-daemon ) -- cgit 1.2.3-korg