mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
sbc: fix static library linking via pkg-config
This commit is contained in:
parent
adb7a8fa53
commit
4137da30e5
@ -16,3 +16,8 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
||||
--disable-shared \
|
||||
--disable-tools \
|
||||
--disable-tester"
|
||||
|
||||
post_makeinstall_target() {
|
||||
# fix static library
|
||||
sed -i 's/-lsbc/-lsbc -lbluetooth/' ${SYSROOT_PREFIX}/usr/lib/pkgconfig/sbc.pc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user