From c365d8b5a9da47c0edb47159d4a940ed1b1c0887 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 3 Nov 2017 14:54:19 +0100 Subject: Fix: wrong path to the binding file Change-Id: Ief61fa7cf4e9464a497d79197cad043a160e983f Signed-off-by: Romain Forlot --- conf.d/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d') diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 77102a3..5433309 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -165,7 +165,7 @@ set(WIDGET_TYPE application/vnd.agl.service) # This is the file that will be executed, loaded, # at launch time by the application framework. # -set(WIDGET_ENTRY_POINT afb/afb-signal-composer.so) +set(WIDGET_ENTRY_POINT lib/afb-signal-composer.so) # Optional dependencies order # --------------------------- -- cgit 1.2.3-korg