From 729a1609ee30c1c91a70d76971a4f505c088f16c Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Wed, 27 Jun 2018 17:36:34 +0200 Subject: config.cmake: fix WIDGET_ENTRY_POINT to right library called iiodevices-binding.so MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I68a4c2d3f3b8c72cd152bc3e411aaf84f5d45705 Signed-off-by: Clément Bénier --- conf.d/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index e26b043..548d3c4 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -114,7 +114,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 lib/libafm-radio-binding.so) +set(WIDGET_ENTRY_POINT lib/iiodevices-binding.so) # Print a helper message when every thing is finished # ---------------------------------------------------- -- cgit 1.2.3-korg