aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2018-06-27 17:36:34 +0200
committerClément Bénier <clement.benier@iot.bzh>2018-06-27 17:37:17 +0200
commit729a1609ee30c1c91a70d76971a4f505c088f16c (patch)
tree40713b89e98036f9f3bfd0d155a4417846d79802
parentfa5df48417437fe39c2f7e5e91c9f3aac2e1b0cd (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>
-rw-r--r--conf.d/cmake/config.cmake2
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
# ----------------------------------------------------