Skip to content

Commit

Permalink
AppImage: fix SDL PulseAudio support
Browse files Browse the repository at this point in the history
SDL didn't enable PulseAudio support because the fake PulseAudio
installation had incomplete pkg-config dependencies.
  • Loading branch information
s09bQ5 committed Aug 11, 2024
1 parent 1b12e53 commit e039b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dists/linux/tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ EOF
true | $CC -shared -o $PREFIX/lib/libpulse-simple.so.0 -Wl,-soname,libpulse-simple.so.0 -x c -
ln -s libpulse-simple.so.0 $PREFIX/lib/libpulse-simple.so
PA_VERSION=$(cat .tarball-version)
sed -e "s:@prefix@:$PREFIX:;s:@exec_prefix@:$PREFIX:;s:@libdir@:$PREFIX/lib:;s:@includedir@:$PREFIX/include:;s:@PACKAGE_VERSION@:$PA_VERSION:;s:@PTHREAD_LIBS@:-pthread:;/^Libs.private/d" < libpulse-simple.pc.in > $PREFIX/lib/pkgconfig/libpulse-simple.pc
sed -e "s:@prefix@:$PREFIX:;s:@exec_prefix@:$PREFIX:;s:@libdir@:$PREFIX/lib:;s:@includedir@:$PREFIX/include:;s:@PACKAGE_VERSION@:$PA_VERSION:;s:@PTHREAD_LIBS@:-pthread:;/^Libs.private/d;/^Requires:/d" < libpulse-simple.pc.in > $PREFIX/lib/pkgconfig/libpulse-simple.pc
}

task_pipewire() {
Expand Down

0 comments on commit e039b34

Please sign in to comment.