diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-05 19:00:25 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-05 20:18:57 +0300 |
commit | 260e4396096e87d87dc7e95f9f6eb11854df0c2d (patch) | |
tree | c7c7296bdf57376a2c461fed17dda69e506d3191 | |
parent | c3106e520c068a6b0e971bbca7a16f63d2a38045 (diff) | |
download | ydb-260e4396096e87d87dc7e95f9f6eb11854df0c2d.tar.gz |
Use dynamic libsdbus-cpp on mapkit
-rw-r--r-- | build/conf/project_specific/maps/mapkit.conf | 4 |
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 +} |