bluetooth_server: Fix multi-arch build
This commit is contained in:
@@ -10,10 +10,13 @@ UsePrivateHeaders shared bluetooth ;
|
|||||||
|
|
||||||
SubDirHdrs [ FDirName $(SUBDIR) UI ] ;
|
SubDirHdrs [ FDirName $(SUBDIR) UI ] ;
|
||||||
|
|
||||||
SEARCH_SOURCE += [ FDirName $(SUBDIR) UI ] ;
|
local architectureObject ;
|
||||||
|
for architectureObject in [ MultiArchSubDirSetup ] {
|
||||||
|
on $(architectureObject) {
|
||||||
|
|
||||||
|
SEARCH_SOURCE += [ FDirName $(SUBDIR) UI ] ;
|
||||||
|
|
||||||
SharedLibrary libbluetooth.so :
|
SharedLibrary [ MultiArchDefaultGristFiles libbluetooth.so ] :
|
||||||
LocalDevice.cpp
|
LocalDevice.cpp
|
||||||
DiscoveryListener.cpp
|
DiscoveryListener.cpp
|
||||||
DiscoveryAgent.cpp
|
DiscoveryAgent.cpp
|
||||||
@@ -24,8 +27,11 @@ SharedLibrary libbluetooth.so :
|
|||||||
#UI
|
#UI
|
||||||
PincodeWindow.cpp
|
PincodeWindow.cpp
|
||||||
ConnectionIncoming.cpp
|
ConnectionIncoming.cpp
|
||||||
: be localestub [ TargetLibstdc++ ]
|
:
|
||||||
;
|
be localestub [ TargetLibstdc++ ]
|
||||||
|
;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
DoCatalogs libbluetooth.so :
|
DoCatalogs libbluetooth.so :
|
||||||
x-vnd.Haiku-Bluetooth
|
x-vnd.Haiku-Bluetooth
|
||||||
|
|||||||
Reference in New Issue
Block a user