diff options
Diffstat (limited to 'conf.d/config.cmake')
-rw-r--r-- | conf.d/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/config.cmake b/conf.d/config.cmake index 389a0c6..0e92972 100644 --- a/conf.d/config.cmake +++ b/conf.d/config.cmake @@ -105,7 +105,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/afs-high-can.so") +set(WIDGET_ENTRY_POINT "lib/afb-high-can.so") # Optional dependencies order # --------------------------- |