sd/Library_sd.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit b930b398616a68a58b355697a3b6d6c01e621e14
Author: Rene Engelhard <[email protected]>
Date:   Tue Sep 18 20:39:25 2012 +0200

    actually define ENABLE_SDREMOTE in sd
    
    Change-Id: I0c14e91e6a6809748fca349da79948b2aa4cf714

diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 953507a..9eaa041 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -65,6 +65,12 @@ $(eval $(call gb_Library_add_defs,sd,\
     -DSD_DLLIMPLEMENTATION \
 ))
 
+ifeq ($(ENABLE_SDREMOTE),YES)
+$(eval $(call gb_Library_add_defs,sd,\
+    -DENABLE_SDREMOTE \
+))
+endif
+
 ifneq ($(strip $(dbg_anim_log)$(DBG_ANIM_LOG)),)
 $(eval $(call gb_Library_add_defs,sd,\
     $$(DEFS) \
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to