mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-18 03:29:12 +01:00
Fix snap build
This commit is contained in:
parent
eed008de4b
commit
0367c5bd1c
@ -39,7 +39,9 @@ parts:
|
|||||||
plugin: cmake
|
plugin: cmake
|
||||||
source-type: git
|
source-type: git
|
||||||
source: https://github.com/jonaski/strawberry
|
source: https://github.com/jonaski/strawberry
|
||||||
after: [alsa-lib, desktop-qt5]
|
after:
|
||||||
|
- alsa-lib
|
||||||
|
- desktop-qt5
|
||||||
override-build: |
|
override-build: |
|
||||||
cmake ../src -DCMAKE_INSTALL_PREFIX=/usr
|
cmake ../src -DCMAKE_INSTALL_PREFIX=/usr
|
||||||
make -j $(getconf _NPROCESSORS_ONLN)
|
make -j $(getconf _NPROCESSORS_ONLN)
|
||||||
|
Loading…
Reference in New Issue
Block a user