summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-12-28 10:47:00 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-28 10:47:00 +0100
commitb0c89741eafffe8d671333cc18c55c5799777de8 (patch)
treeed63084e6e56f5bc93220ce61b374d947f65ecaf
parent8cf9125be209bea7b8bb678665e2db4d3b467708 (diff)
Wrong widget template used by the project which make the icon visible in the launcher screen Bug-AGL: SPEC-2063 Change-Id: I149a56f97d9dcd2ea4927274c21021b14163c92f Signed-off-by: Romain Forlot <romain.forlot@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 2e04bb4..45341ba 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -140,7 +140,7 @@ add_definitions(-DAFB_BINDING_VERSION=3)
# to your app.
# -----------------------------------------
#set(WIDGET_ICON "conf.d/wgt/${PROJECT_ICON}" CACHE PATH "Path to the widget icon")
-#set(WIDGET_CONFIG_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in" CACHE PATH "Path to widget config file template (config.xml.in)")
+set(WIDGET_CONFIG_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in" CACHE PATH "Path to widget config file template (config.xml.in)")
#set(TEST_WIDGET_CONFIG_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/test-config.xml.in" CACHE PATH "Path to the test widget config file template (test-config.xml.in)")
# Mandatory widget Mimetype specification of the main unit