Update paths and dependencies

- Updates paths for Linux and MacOS builds
- Strategy matrix build for Linux (CPACK/AppImage)
- Fix dependencies for rpm package
This commit is contained in:
ReenigneArcher
2022-05-14 08:43:58 -04:00
parent a5e56cf47d
commit 4f6b001483
6 changed files with 53 additions and 25 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ depends_lib port:avahi \
boost.version 1.76
configure.args -DBOOST_ROOT=[boost::install_area] \
-DSUNSHINE_ASSETS_DIR=${prefix}/usr/local/sunshine/.assets
-DSUNSHINE_CONFIG_DIR=${prefix}/usr/local/sunshine/config
-DSUNSHINE_ASSETS_DIR=${prefix}/etc/sunshine/assets
-DSUNSHINE_CONFIG_DIR=${prefix}/etc/sunshine/config
cmake.out_of_source yes