From: Clément Bénier Date: Thu, 28 Nov 2019 10:10:10 +0000 (+0100) Subject: cmake config: WIDGET ENTRY POINT FIX X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d97ecdb1641cd25348fc8f72b454261c058c8fb0;p=apps%2Fagl-service-can-low-level.git cmake config: WIDGET ENTRY POINT FIX renamed afb-low-can-binding.so Change-Id: If72c1fc75891b01c3baaa9c8d776e3a2e5ea128c Signed-off-by: Clément Bénier --- diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index d7d5f43e..7031c7ef 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -184,7 +184,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/afb-low-can.so) +set(WIDGET_ENTRY_POINT lib/afb-low-can-binding.so) # Optional dependencies order # ---------------------------