From: Sebastien Douheret Date: Sun, 9 Jul 2017 19:30:11 +0000 (+0200) Subject: Fix invalid widget dir in config sample X-Git-Tag: dab_3.99.3~16 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F10133%2F1;p=apps%2Fapp-templates.git Fix invalid widget dir in config sample Change-Id: I6f26d49137bfc567eaae17eb06ad77ce645ee95d Signed-off-by: Sebastien Douheret --- diff --git a/cmake/config.cmake.sample b/cmake/config.cmake.sample index d290147..86513bd 100644 --- a/cmake/config.cmake.sample +++ b/cmake/config.cmake.sample @@ -84,7 +84,7 @@ set(LD_LIBRARY_PATH ${CMAKE_INSTALL_PREFIX}/lib64 ${CMAKE_INSTALL_PREFIX}/lib) # Optional location for config.xml.in # ----------------------------------- -#set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.xml.in) +#set(WIDGET_CONFIG_TEMPLATE ${CMAKE_CURRENT_SOURCE_DIR}/conf.d/wgt/config.xml.in) # Mandatory widget Mimetype specification of the main unit # --------------------------------------------------------------------------