fix assets directory for flatpak and AUR

This commit is contained in:
ReenigneArcher 2022-08-23 20:08:14 -04:00
commit 0ac67f13d7
No known key found for this signature in database
GPG key ID: 0CA6A47B0630EA9B
4 changed files with 12 additions and 10 deletions

View file

@ -32,8 +32,9 @@ build() {
-S "$pkgname" \
-B build \
-Wno-dev \
-D CMAKE_INSTALL_PREFIX=/usr \
-D SUNSHINE_EXECUTABLE_PATH=/usr/bin/sunshine \
-D SUNSHINE_ASSETS_DIR="assets" \
-D SUNSHINE_ASSETS_DIR="share/sunshine" \
-D LIBAVCODEC_INCLUDE_DIR=/usr/include/ffmpeg4.4 \
-D LIBAVCODEC_LIBRARIES=/usr/lib/ffmpeg4.4/libavcodec.so \
-D LIBAVDEVICE_INCLUDE_DIR=/usr/include/ffmpeg4.4 \