diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-11-03 14:54:19 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-14 11:00:26 +0100 |
commit | c365d8b5a9da47c0edb47159d4a940ed1b1c0887 (patch) | |
tree | 2d33c626ea8b318fc1071267f9cfa18d0845802a /conf.d | |
parent | 561490bb436e89ec06ba5e91d99d1f6ba97ded33 (diff) |
Fix: wrong path to the binding file
Change-Id: Ief61fa7cf4e9464a497d79197cad043a160e983f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d')
-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 77102a3..5433309 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -165,7 +165,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 afb/afb-signal-composer.so) +set(WIDGET_ENTRY_POINT lib/afb-signal-composer.so) # Optional dependencies order # --------------------------- |