Add new bluetooth components to the bluetooth optional package
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29379 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -146,6 +146,10 @@ if [ IsOptionalHaikuImagePackageAdded Bluetooth ] {
|
|||||||
AddDriversToHaikuImage bluetooth : $(bluetoothDrivers) ;
|
AddDriversToHaikuImage bluetooth : $(bluetoothDrivers) ;
|
||||||
AddFilesToHaikuImage beos system servers : bluetooth_server ;
|
AddFilesToHaikuImage beos system servers : bluetooth_server ;
|
||||||
AddFilesToHaikuImage beos system lib : libbluetooth.so ;
|
AddFilesToHaikuImage beos system lib : libbluetooth.so ;
|
||||||
|
AddFilesToHaikuImage beos system add-ons kernel network devices : bluetooth ;
|
||||||
|
AddFilesToHaikuImage beos system add-ons kernel network protocols : l2cap ;
|
||||||
|
AddFilesToHaikuImage beos system add-ons kernel bluetooth : btCoreData ;
|
||||||
|
AddFilesToHaikuImage beos preferences : Bluetooth ;
|
||||||
AddFilesToHaikuImage beos bin : bt_dev_info bt_discovery ;
|
AddFilesToHaikuImage beos bin : bt_dev_info bt_discovery ;
|
||||||
|
|
||||||
if [ IsOptionalHaikuImagePackageAdded Development ] {
|
if [ IsOptionalHaikuImagePackageAdded Development ] {
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ SubInclude HAIKU_TOP src add-ons kernel network protocols ipv4 ;
|
|||||||
SubInclude HAIKU_TOP src add-ons kernel network protocols tcp ;
|
SubInclude HAIKU_TOP src add-ons kernel network protocols tcp ;
|
||||||
SubInclude HAIKU_TOP src add-ons kernel network protocols udp ;
|
SubInclude HAIKU_TOP src add-ons kernel network protocols udp ;
|
||||||
SubInclude HAIKU_TOP src add-ons kernel network protocols unix ;
|
SubInclude HAIKU_TOP src add-ons kernel network protocols unix ;
|
||||||
|
SubInclude HAIKU_TOP src add-ons kernel network protocols l2cap ;
|
||||||
|
|||||||
Reference in New Issue
Block a user