summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-09-18 13:19:57 +0200
committerRene Engelhard <rene@debian.org>2012-09-18 16:21:45 +0200
commit85dbc8129887fb94370afcb587e2a9264cb2ed10 (patch)
treebc61755fe67411929586c853a65cfe8588d3aff6 /sd/Library_sd.mk
parent8c5cd962353dd9ce8234211a66547eb057202eb5 (diff)
add --with-system-bluez and alöllow disabling of sdremote
Change-Id: I1b0dbc8e8efa7535bdc699e343e31594af00d553
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk23
1 files changed, 14 insertions, 9 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 876954eebeae..953507ab9b94 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -329,15 +329,6 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/presenter/PresenterPreviewCache \
sd/source/ui/presenter/PresenterTextView \
sd/source/ui/presenter/SlideRenderer \
- sd/source/ui/remotecontrol/BluetoothServer \
- sd/source/ui/remotecontrol/BufferedStreamSocket \
- sd/source/ui/remotecontrol/Communicator \
- sd/source/ui/remotecontrol/DiscoveryService \
- sd/source/ui/remotecontrol/ImagePreparer \
- sd/source/ui/remotecontrol/Server \
- sd/source/ui/remotecontrol/Receiver \
- sd/source/ui/remotecontrol/Listener \
- sd/source/ui/remotecontrol/Transmitter \
sd/source/ui/slideshow/PaneHider \
sd/source/ui/slideshow/SlideShowRestarter \
sd/source/ui/slideshow/showwin \
@@ -522,6 +513,20 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/view/zoomlist \
))
+ifeq ($(ENABLE_SDREMOTE),YES)
+$(eval $(call gb_Library_add_exception_objects,sd,\
+ sd/source/ui/remotecontrol/BluetoothServer \
+ sd/source/ui/remotecontrol/BufferedStreamSocket \
+ sd/source/ui/remotecontrol/Communicator \
+ sd/source/ui/remotecontrol/DiscoveryService \
+ sd/source/ui/remotecontrol/ImagePreparer \
+ sd/source/ui/remotecontrol/Server \
+ sd/source/ui/remotecontrol/Receiver \
+ sd/source/ui/remotecontrol/Listener \
+ sd/source/ui/remotecontrol/Transmitter \
+))
+endif
+
ifeq ($(strip $(GUI)),WNT)
$(eval $(call gb_Library_add_cxxobjects,sd,\
sd/source/ui/app/optsitem \