summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-09-22 15:07:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-09-24 12:11:23 +0200
commit9df0e11c48071fb5ed98d474ea036a3f7d10e7ba (patch)
tree97d2da08260b54bf830ecd9be11f2d4f4b828184 /solenv
parenta2a3141e377efc617a12bd7591a12f4d7323e4fb (diff)
need connectivity_dbase_ODriver if HAVE_FEATURE_DBCONNECTIVITY is true
to get calc to attempt to import a dbase file Change-Id: I22cc0b69f785f1194feabff2eb88b86cde6eb6b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122474 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 3691f0150dd8..4d68d5fa5e16 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -111,6 +111,8 @@ core_constructor_list = [
"com_sun_star_comp_configuration_Update_get_implementation",
# connectivity/source/manager/sdbc2.component
("connectivity_OSDBCDriverManager_get_implementation", "#if HAVE_FEATURE_DBCONNECTIVITY"),
+# connectivity/source/drivers/dbase/dbase.component
+ ("connectivity_dbase_ODriver", "#if HAVE_FEATURE_DBCONNECTIVITY"),
# cppcanvas/source/uno/mtfrenderer.component
"com_sun_star_comp_rendering_MtfRenderer_get_implementation",
# cui/util/cui.component