mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
fluidsynth: disable sndfile and pulseaudio support
This commit is contained in:
parent
0c7eb04b99
commit
8deb073497
@ -33,5 +33,11 @@ PKG_IS_ADDON="no"
|
|||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
configure_target() {
|
configure_target() {
|
||||||
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=0 -Denable-readline=0 ..
|
cmake -DCMAKE_TOOLCHAIN_FILE=$CMAKE_CONF \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DBUILD_SHARED_LIBS=0 \
|
||||||
|
-Denable-readline=0 \
|
||||||
|
-Denable-pulseaudio=0 \
|
||||||
|
-Denable-libsndfile=0 \
|
||||||
|
..
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user