From 629cc605a45e75d6896b524eada2354c1d4d33a8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 17 Apr 2014 23:51:04 +0300 Subject: Intermediate commit of hacking on --disable-database-connectivity Add HAVE_FEATURE_DBCONNECTIVITY to instead of using (or not, more likely) -DDISABLE_DBCONNECTIVITY. The plan is still that database connectivity would be disabled always for the non-desktop platforms, and otherwise disabling it would be a configure option. But, still lots to do; the TiledLibreOffice iOS test app gets tons of undefineds when linking if I actually try to disable the database connectivity. Change-Id: If1e4b55faa1514cd55dec5fc5487a30d689739ac --- forms/Library_frm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms') diff --git a/forms/Library_frm.mk b/forms/Library_frm.mk index a5b80b636233..d13043118e3c 100644 --- a/forms/Library_frm.mk +++ b/forms/Library_frm.mk @@ -26,7 +26,7 @@ $(eval $(call gb_Library_use_libraries,frm,\ comphelper \ cppu \ cppuhelper \ - dbtools \ + $(call gb_Helper_optional,DBCONNECTIVITY,dbtools) \ editeng \ i18nlangtag \ sal \ -- cgit