mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
Merge pull request #5957 from jernejsk/pa-fix
bluez: install empty bluez.pc
This commit is contained in:
commit
c3be04db03
@ -64,6 +64,10 @@ post_makeinstall_target() {
|
|||||||
|
|
||||||
# bluez looks in /etc/firmware/
|
# bluez looks in /etc/firmware/
|
||||||
ln -sf /usr/lib/firmware ${INSTALL}/etc/firmware
|
ln -sf /usr/lib/firmware ${INSTALL}/etc/firmware
|
||||||
|
|
||||||
|
# pulseaudio checks for bluez via pkgconfig but lib is not actually needed
|
||||||
|
sed -i 's/-lbluetooth//g' ${PKG_BUILD}/lib/bluez.pc
|
||||||
|
cp -P ${PKG_BUILD}/lib/bluez.pc ${SYSROOT_PREFIX}/usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user