mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
bluez: build with static librarys
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
49bb1012fb
commit
358c23f5ee
@ -43,8 +43,8 @@ cd $PKG_BUILD
|
||||
--localstatedir=/var \
|
||||
--disable-dependency-tracking \
|
||||
--disable-silent-rules \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--disable-shared \
|
||||
--enable-static \
|
||||
--enable-library \
|
||||
--enable-usb \
|
||||
--disable-udev \
|
||||
|
@ -29,9 +29,6 @@ mkdir -p $INSTALL/usr/lib/bluetooth
|
||||
cp $PKG_BUILD/src/bluetoothd $INSTALL/usr/lib/bluetooth
|
||||
cp $PKG_BUILD/obexd/src/obexd $INSTALL/usr/lib/bluetooth
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -P $PKG_BUILD/lib/.libs/libbluetooth.so* $INSTALL/usr/lib
|
||||
|
||||
# client
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp $PKG_BUILD/client/bluetoothctl $INSTALL/usr/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user