Kaydet (Commit) 739a5bcd authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We don't want forms in the no-DBCONNECTIVITY case after all, I think

Change-Id: I84e5334c8db4d5c41eccb5ab2203c07aafd20adb
üst 6e793fdb
...@@ -50,7 +50,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ ...@@ -50,7 +50,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
external \ external \
extras \ extras \
filter \ filter \
forms \ $(call gb_Helper_optional,DBCONNECTIVITY,forms) \
formula \ formula \
fpicker \ fpicker \
framework \ framework \
......
...@@ -25,7 +25,6 @@ core_factory_list = [ ...@@ -25,7 +25,6 @@ core_factory_list = [
("libconfigmgrlo.a", "configmgr_component_getFactory"), ("libconfigmgrlo.a", "configmgr_component_getFactory"),
("libdrawinglayerlo.a", "drawinglayer_component_getFactory"), ("libdrawinglayerlo.a", "drawinglayer_component_getFactory"),
("libfilterconfiglo.a", "filterconfig1_component_getFactory"), ("libfilterconfiglo.a", "filterconfig1_component_getFactory"),
("libfrmlo.a", "frm_component_getFactory"),
("libfsstoragelo.a", "fsstorage_component_getFactory"), ("libfsstoragelo.a", "fsstorage_component_getFactory"),
("libhyphenlo.a", "hyphen_component_getFactory"), ("libhyphenlo.a", "hyphen_component_getFactory"),
("libi18npoollo.a", "i18npool_component_getFactory"), ("libi18npoollo.a", "i18npool_component_getFactory"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment