Library_merged.mk | 6 ++++++ 1 file changed, 6 insertions(+) New commits: commit 100e56309f724a05b62e35a37cca02f64bd64050 Author: Caolán McNamara <caol...@redhat.com> Date: Tue Sep 4 08:44:05 2012 +0100
dbus for libmerged Change-Id: I7a0b2c5358ff1b003f822ef4f9acc5c78b1605b1 diff --git a/Library_merged.mk b/Library_merged.mk index 9bc7214..39ed587 100644 --- a/Library_merged.mk +++ b/Library_merged.mk @@ -178,6 +178,12 @@ $(eval $(call gb_Library_use_externals,merged,\ )) endif +ifeq ($(ENABLE_DBUS),TRUE) +$(eval $(call gb_Library_use_externals,merged,\ + dbus \ +)) +endif + ifeq ($(ENABLE_LIBLANGTAG),YES) $(eval $(call gb_Library_use_externals,merged,\ glib \
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits