[Libreoffice-commits] .: sd/Library_sd.mk
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Sep 18 11:39:54 PDT 2012
sd/Library_sd.mk | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit b930b398616a68a58b355697a3b6d6c01e621e14
Author: Rene Engelhard <rene at debian.org>
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) \
More information about the Libreoffice-commits
mailing list