Changing piklab build system from admin to cmake

Signed-off-by: ormorph <roma251078@mail.ru>
pull/384/head
ormorph 2 months ago
parent 9c40c3fbb3
commit 8502df8b83
No known key found for this signature in database
GPG Key ID: 30407D7656623DFD

@ -6,8 +6,7 @@ EAPI="8"
TRINITY_EXTRAGEAR_PACKAGING="yes"
TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs de es fr hu it"
TRINITY_BUILD_ADMIN="yes"
TRINITY_LANGS="cs de es fr hu it ru"
TRINITY_MODULE_TYPE="applications/development"
inherit trinity-base-2
@ -21,5 +20,8 @@ if [[ ${PV} != *9999* ]] ; then
fi
src_configure() {
trinity-econf --disable-final
local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON
)
trinity-base-2_src_configure
}

Loading…
Cancel
Save