diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-28 23:56:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-28 23:56:45 +0000 |
commit | c68bc1899070aefd9e84096fa627bee18e3c0dcb (patch) | |
tree | aaf0c6ca0a64cf514357037bba46726f2f43487c /conf.d/cmake | |
parent | c0e31a9a5263e5c7e9114530ee8d1bd4e4602685 (diff) | |
parent | 729a1609ee30c1c91a70d76971a4f505c088f16c (diff) |
Merge "config.cmake: fix WIDGET_ENTRY_POINT to right library called iiodevices-binding.so"
Diffstat (limited to 'conf.d/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 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 # ---------------------------------------------------- |