gui-apps/organicmaps: fix "FATAL: cmake_src_prepare has not been run"

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich 2022-10-19 21:56:21 +04:00
parent 2631afc3c2
commit b557c82ff7
No known key found for this signature in database
GPG Key ID: E91CC56723EE101E

View File

@ -25,6 +25,12 @@ PATCHES=(
"${FILESDIR}/${P}-zlib-compile.patch"
)
src_prepare() {
eapply_user
cmake_src_prepare
}
src_configure() {
CMAKE_BUILD_TYPE="RelWithDebInfo"