diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-12 15:28:20 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-12 15:28:20 +0000 |
| commit | 426891e0f8f1cfae0263ba81ea55f46c547d7762 (patch) | |
| tree | a727b90b99396668a9fd3092648d749397b53e3b | |
| parent | 1129bf441e99b9ced3fe448e19cbb15b64b9b3f1 (diff) | |
libbluetooth: Move to the bluetooth-lib package
Move the library, but not any of the runtime. This allows executables
to link against libbluetooth without having to pull in the entire BT
stack.
MFC after: 3 days
Reviewed by: dch, emaste
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D53016
| -rw-r--r-- | lib/libbluetooth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile index a6ac291a0bf8..b935bdf3fc78 100644 --- a/lib/libbluetooth/Makefile +++ b/lib/libbluetooth/Makefile @@ -1,6 +1,8 @@ # $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $ PACKAGE= bluetooth +LIB_PACKAGE= + CONFS= hosts protocols CONFSDIR= /etc/bluetooth CONFSMODE_protocols= 444 |
