Changing piklab build system from admin to cmake

Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 8502df8b83)
r14.1.x
ormorph 4 months ago committed by Slávek Banko
parent e33e07312a
commit ce90bbcbe4
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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