aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-09-05 19:00:25 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-09-05 20:18:57 +0300
commit260e4396096e87d87dc7e95f9f6eb11854df0c2d (patch)
treec7c7296bdf57376a2c461fed17dda69e506d3191
parentc3106e520c068a6b0e971bbca7a16f63d2a38045 (diff)
downloadydb-260e4396096e87d87dc7e95f9f6eb11854df0c2d.tar.gz
Use dynamic libsdbus-cpp on mapkit
-rw-r--r--build/conf/project_specific/maps/mapkit.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/conf/project_specific/maps/mapkit.conf b/build/conf/project_specific/maps/mapkit.conf
index 373c9bafc7..84c0b1a03d 100644
--- a/build/conf/project_specific/maps/mapkit.conf
+++ b/build/conf/project_specific/maps/mapkit.conf
@@ -365,3 +365,7 @@ when ($QT_REQUIRED) {
when ($OPENGL_REQUIRED) {
OPENGL_VERSION=18.0.5
}
+
+when ($MAPSMOBI_BUILD_TARGET == "yes") {
+ USE_DYNAMIC_SDBUS_CPP=yes
+}