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 --- binding/CMakeLists.txt | 5 ++++- conf.d/app-templates | 2 +- conf.d/cmake/config.cmake | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index 962eeff..c6e385f 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -26,8 +26,11 @@ PROJECT_TARGET_ADD(afm-telephony-binding) # Define project Targets add_library(afm-telephony-binding MODULE telephony-binding.c gdbus/ofono_manager.c + gdbus/ofono_manager_interface.c + gdbus/ofono_voicecall.c + gdbus/ofono_voicecall_interface.c gdbus/ofono_voicecallmanager.c - gdbus/ofono_voicecall.c) + gdbus/ofono_voicecallmanager_interface.c) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES 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