diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-06-27 17:36:34 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2018-06-27 17:37:17 +0200 |
commit | 729a1609ee30c1c91a70d76971a4f505c088f16c (patch) | |
tree | 40713b89e98036f9f3bfd0d155a4417846d79802 /conf.d/cmake/config.cmake | |
parent | fa5df48417437fe39c2f7e5e91c9f3aac2e1b0cd (diff) |
config.cmake: fix WIDGET_ENTRY_POINT to right library called iiodevices-binding.so
Change-Id: I68a4c2d3f3b8c72cd152bc3e411aaf84f5d45705
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 # ---------------------------------------------------- |