aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-06-28 23:56:45 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-06-28 23:56:45 +0000
commitc68bc1899070aefd9e84096fa627bee18e3c0dcb (patch)
treeaaf0c6ca0a64cf514357037bba46726f2f43487c
parentc0e31a9a5263e5c7e9114530ee8d1bd4e4602685 (diff)
parent729a1609ee30c1c91a70d76971a4f505c088f16c (diff)
Merge "config.cmake: fix WIDGET_ENTRY_POINT to right library called iiodevices-binding.so"
-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 15af184..8d2433f 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -115,7 +115,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
# ----------------------------------------------------