aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gui-apps/organicmaps/organicmaps-9999.ebuild')
-rw-r--r--gui-apps/organicmaps/organicmaps-9999.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/gui-apps/organicmaps/organicmaps-9999.ebuild b/gui-apps/organicmaps/organicmaps-9999.ebuild
index 3e58685..59d8b07 100644
--- a/gui-apps/organicmaps/organicmaps-9999.ebuild
+++ b/gui-apps/organicmaps/organicmaps-9999.ebuild
@@ -21,13 +21,17 @@ HOMEPAGE="https://organicmaps.app"
LICENSE="Apache-2.0"
SLOT="0"
+# depend on sys-libs/zlib[minizip] when it is not pulled in as subproject anymore
RDEPEND="
- dev-lang/python
- dev-qt/qtpositioning:6
dev-cpp/gflags
- dev-util/vulkan-headers
+ dev-db/sqlite
+ dev-lang/python
dev-libs/boost
dev-libs/icu
+ dev-qt/qtpositioning:6
+ dev-util/vulkan-headers
+ media-libs/freetype
+ sys-libs/zlib
"
DEPEND="${RDEPEND}"