Skip to content

Commit

Permalink
libpulse seems to need iconv now
Browse files Browse the repository at this point in the history
  • Loading branch information
BtbN committed Dec 31, 2024
1 parent 06575a2 commit 7a963e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts.d/45-pulseaudio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ ffbuild_dockerbuild() {

rm -r "$FFBUILD_PREFIX"/share

echo "Libs.private: -ldl -lrt" >> "$FFBUILD_PREFIX"/lib/pkgconfig/libpulse.pc
echo "Libs.private: -ldl -lrt" >> "$FFBUILD_PREFIX"/lib/pkgconfig/libpulse-simple.pc
echo "Libs.private: -ldl -lrt -liconv" >> "$FFBUILD_PREFIX"/lib/pkgconfig/libpulse.pc
echo "Libs.private: -ldl -lrt -liconv" >> "$FFBUILD_PREFIX"/lib/pkgconfig/libpulse-simple.pc
}

ffbuild_configure() {
Expand Down

0 comments on commit 7a963e6

Please sign in to comment.