mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
gui-apps/organicmaps: fix "cmake_src_prepare has not been run", collide
with gtest Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit git-r3 cmake xdg
|
inherit git-r3 xdg cmake
|
||||||
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
|
||||||
|
|
||||||
DESCRIPTION="Offline maps and navigation using OpenStreetMap data"
|
DESCRIPTION="Offline maps and navigation using OpenStreetMap data"
|
||||||
@@ -30,6 +30,7 @@ src_configure() {
|
|||||||
|
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
-DBUILD_SHARED_LIBS=False
|
-DBUILD_SHARED_LIBS=False
|
||||||
|
-DINSTALL_GTEST=off
|
||||||
)
|
)
|
||||||
|
|
||||||
echo | ./configure.sh
|
echo | ./configure.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user