Merge pull request #134126 from tekeri/bluez-enable-deprecated
bluez: build missing bluetooth utilities
This commit is contained in:
commit
c8dadde1d3
1 changed files with 7 additions and 0 deletions
|
@ -77,6 +77,13 @@ in stdenv.mkDerivation rec {
|
||||||
"--enable-nfc"
|
"--enable-nfc"
|
||||||
"--enable-sap"
|
"--enable-sap"
|
||||||
"--enable-sixaxis"
|
"--enable-sixaxis"
|
||||||
|
"--enable-btpclient"
|
||||||
|
"--enable-hid2hci"
|
||||||
|
"--enable-logger"
|
||||||
|
|
||||||
|
# To provide ciptool, sdptool, and rfcomm (unmaintained)
|
||||||
|
# superseded by new D-Bus APIs
|
||||||
|
"--enable-deprecated"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Work around `make install' trying to create /var/lib/bluetooth.
|
# Work around `make install' trying to create /var/lib/bluetooth.
|
||||||
|
|
Loading…
Reference in a new issue