webos: init novacom, novacomd, cmake-modules; add nixos service

This commit is contained in:
Will Dietz
2018-02-20 10:34:19 -06:00
parent 39ff498418
commit e5e29284a9
7 changed files with 147 additions and 0 deletions
@@ -0,0 +1,9 @@
_addWebOSCMakeFlags() {
# Help find the webOS cmake module
cmakeFlagsArray+=(-DCMAKE_MODULE_PATH=@out@/lib/cmake)
# fix installation path (doesn't use CMAKE_INSTALL_PREFIX)
cmakeFlagsArray+=(-DWEBOS_INSTALL_ROOT=${!outputBin})
}
preConfigureHooks+=(_addWebOSCMakeFlags)