-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace hardcoded paths for unix and...
- Add cache for flatpak job Co-Authored-By: istori1 <[email protected]>
- Loading branch information
1 parent
bd51a7d
commit 118b596
Showing
3 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,11 +191,11 @@ modules: | |
- name: sunshine | ||
buildsystem: cmake | ||
no-make-install: false | ||
builddir: true | ||
build-options: | ||
cxxflags: -I/app/include/libevdev-1.0 | ||
cxxflags: -I${C_INCLUDE_PATH}/libevdev-1.0 | ||
config-opts: | ||
- -DCMAKE_BUILD_TYPE=Release | ||
- -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=/app/bin | ||
- -DCMAKE_INSTALL_PREFIX='/app' | ||
- -DSUNSHINE_ASSETS_DIR=assets | ||
- -DSUNSHINE_CONFIG_DIR=config | ||
|
@@ -204,8 +204,6 @@ modules: | |
- -DSUNSHINE_ENABLE_X11=ON | ||
- -DSUNSHINE_ENABLE_DRM=ON | ||
- -DSUNSHINE_ENABLE_CUDA=ON | ||
post-install: | ||
- cp -f ./src_assets/linux/misc/85-sunshine-rules.rules /etc/udev/rules.d/ | ||
sources: | ||
- type: git | ||
url: https://github.com/@GITHUB_OWNER@/@[email protected] | ||
|