Fix assets path
This commit is contained in:
parent
bd67fb399a
commit
d43f5ce676
1 changed files with 3 additions and 2 deletions
|
@ -58,8 +58,9 @@
|
|||
];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DSUNSHINE_ASSETS_DIR=${placeholder "out"}/etc/sunshine"
|
||||
"-DSUNSHINE_CONFIG_DIR=${placeholder "out"}/etc/sunshine"
|
||||
"-DCMAKE_INSTALL_PREFIX=${placeholder "out"}"
|
||||
"-DSUNSHINE_ASSETS_DIR=share/sunshine"
|
||||
"-DSUNSHINE_CONFIG_DIR=share/sunshine"
|
||||
];
|
||||
|
||||
# patches = [ ./001-cmake-find-evdev.patch ];
|
||||
|
|
Loading…
Reference in a new issue