mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
fix linux build
This commit is contained in:
parent
341605001d
commit
858d4bd6b7
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ ifeq ($(STANDALONE),)
|
|||
|
||||
# Bluetooth support
|
||||
ifndef NO_BLUETOOTH
|
||||
BLUETOOTH = -DXWFEATURE_BLUETOOTH -DBT_USE_L2CAP
|
||||
BLUETOOTH = -DXWFEATURE_BLUETOOTH -DBT_USE_L2CAP -DXW_BT_UUID=\"7be0d084-ff89-4d6d-9c78-594773a6f963\"
|
||||
|
||||
endif
|
||||
#BLUETOOTH = -DXWFEATURE_BLUETOOTH -DBT_USE_RFCOMM
|
||||
# DEFINES += -DXWFEATURE_IR
|
||||
|
|
Loading…
Reference in a new issue